mirror of
https://github.com/NixOS/nix.git
synced 2025-11-18 16:29:36 +01:00
9 lines
158 B
Bash
9 lines
158 B
Bash
source common.sh
|
|
|
|
# Remote trusts us but we pretend it doesn't.
|
|
file=build-hook.nix
|
|
prog=nix-store
|
|
proto=ssh
|
|
trusting=false
|
|
|
|
source build-remote-trustless.sh
|