mirror of
https://github.com/NixOS/nix.git
synced 2025-02-16 08:53:14 +00:00
12 lines
176 B
Bash
Executable File
12 lines
176 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source common.sh
|
|
|
|
# Remote trusts us
|
|
file=build-hook.nix
|
|
prog=nix-store
|
|
proto=ssh
|
|
|
|
source build-remote-trustless.sh
|
|
source build-remote-trustless-after.sh
|