1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/tests/functional/build-remote-trustless-should-pass-1.sh
Cole Helbling 1f7b62f123 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.
2023-12-18 11:29:55 -08:00

10 lines
163 B
Bash

source common.sh
# Remote trusts us
file=build-hook.nix
prog='nix%20daemon'
proto=ssh-ng
source build-remote-trustless.sh
source build-remote-trustless-after.sh