1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/tests/functional/build-remote-trustless-should-pass-2.sh

18 lines
285 B
Bash
Raw Normal View History

#!/usr/bin/env bash
source common.sh
enableFeatures "daemon-trust-override"
TODO_NixOS
restartDaemon
2023-04-07 11:13:23 -04:00
# Remote doesn't trust us
file=build-hook.nix
prog=$(readlink -e ./nix-daemon-untrusting.sh)
proto=ssh-ng
source build-remote-trustless.sh
2023-04-07 11:13:23 -04:00
source build-remote-trustless-after.sh