mirror of
https://github.com/NixOS/nix.git
synced 2025-12-15 13:31:05 +01:00
build-remote.sh: Test LegacySSHStore
This commit is contained in:
parent
de2641ae99
commit
b7ccf7ae2a
6 changed files with 51 additions and 21 deletions
|
|
@ -5,6 +5,8 @@ if [[ $(uname) != Linux ]]; then exit; fi
|
|||
|
||||
clearStore
|
||||
|
||||
rm -f $TEST_ROOT/result
|
||||
|
||||
export unreachable=$(nix add-to-store ./recursive.sh)
|
||||
|
||||
nix --experimental-features 'nix-command recursive-nix' build -o $TEST_ROOT/result -L '(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue