mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 00:12:43 +01:00
9 lines
197 B
Bash
9 lines
197 B
Bash
source common.sh
|
|
|
|
# Remote doesn't trust us
|
|
file=build-hook.nix
|
|
prog=$(readlink -e ./nix-daemon-untrusting.sh)
|
|
proto=ssh-ng
|
|
|
|
source build-remote-trustless.sh
|
|
source build-remote-trustless-after.sh
|