mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
parent
1e2b26734b
commit
2e12b58126
20 changed files with 106 additions and 71 deletions
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
source common.sh
|
||||
|
||||
enableFeatures "daemon-trust-override"
|
||||
|
@ -22,8 +24,12 @@ nix-build build-hook.nix -A passthru.input2 \
|
|||
# copy our already-build `input2` to the remote store. That store object
|
||||
# is input-addressed, so this will fail.
|
||||
|
||||
# For script below
|
||||
# shellcheck disable=SC2034
|
||||
file=build-hook.nix
|
||||
# shellcheck disable=SC2034
|
||||
prog=$(readlink -e ./nix-daemon-untrusting.sh)
|
||||
# shellcheck disable=SC2034
|
||||
proto=ssh-ng
|
||||
|
||||
expectStderr 1 source build-remote-trustless.sh \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue