mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
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:
parent
1f7b62f123
commit
bbcd9fcfc1
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ source common.sh
|
||||||
|
|
||||||
# Remote trusts us
|
# Remote trusts us
|
||||||
file=build-hook.nix
|
file=build-hook.nix
|
||||||
prog='nix%20daemon'
|
prog=nix-daemon
|
||||||
proto=ssh-ng
|
proto=ssh-ng
|
||||||
|
|
||||||
source build-remote-trustless.sh
|
source build-remote-trustless.sh
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
exec nix daemon --force-untrusted "$@"
|
exec nix-daemon --force-untrusted "$@"
|
||||||
|
|
Loading…
Reference in a new issue