mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
Use nix daemon
in the test suite
As part of the CLI stabilization effort, the last remaining checkbox (at the moment) for `nix daemon` is that it "needs testing". This implements the proposal of using `nix daemon` in place of `nix-daemon` in the test suite.
This commit is contained in:
parent
5d5b25f2e3
commit
1f7b62f123
4 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@ source common.sh
|
|||
|
||||
# Remote trusts us
|
||||
file=build-hook.nix
|
||||
prog=nix-daemon
|
||||
prog='nix%20daemon'
|
||||
proto=ssh-ng
|
||||
|
||||
source build-remote-trustless.sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue