mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +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
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec nix daemon --force-untrusted "$@"
|
||||
exec nix-daemon --force-untrusted "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue