mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 08:46:16 +02:00
cbc4344297
Co-authored-by: Matthew Bauer <mjbauer95@gmail.com>
9 lines
197 B
Bash
9 lines
197 B
Bash
source common.sh
|
|
|
|
# Remote doesn't trust us nor do we think it does
|
|
file=build-hook.nix
|
|
prog=$(readlink -e ./nix-daemon-untrusting.sh)
|
|
proto=ssh-ng
|
|
trusting=false
|
|
|
|
source build-remote-trustless.sh
|