Arbitrarily bring back some nix-daemon calls
This means that both `nix daemon` and `nix-daemon` will be (somewhat) tested.
This commit is contained in:
@@ -2,7 +2,7 @@ source common.sh
|
||||
|
||||
# Remote trusts us
|
||||
file=build-hook.nix
|
||||
prog='nix%20daemon'
|
||||
prog=nix-daemon
|
||||
proto=ssh-ng
|
||||
|
||||
source build-remote-trustless.sh
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec nix daemon --force-untrusted "$@"
|
||||
exec nix-daemon --force-untrusted "$@"
|
||||
|
||||
Reference in New Issue
Block a user