2023-08-07 09:23:19 +00:00
|
|
|
source common.sh
|
|
|
|
|
2024-03-07 01:43:26 +00:00
|
|
|
source nix-copy-ssh-common.sh "ssh-ng"
|
2023-08-07 09:23:19 +00:00
|
|
|
|
2024-03-07 01:43:26 +00:00
|
|
|
clearStore
|
|
|
|
clearRemoteStore
|
2023-08-07 09:23:19 +00:00
|
|
|
|
|
|
|
outPath=$(nix-build --no-out-link dependencies.nix)
|
|
|
|
|
2024-03-07 01:43:26 +00:00
|
|
|
nix store ping --store "$remoteStore"
|
2023-08-07 09:23:19 +00:00
|
|
|
|
|
|
|
# Regression test for https://github.com/NixOS/nix/issues/6253
|
2024-03-07 01:43:26 +00:00
|
|
|
nix copy --to "$remoteStore" $outPath --no-check-sigs &
|
|
|
|
nix copy --to "$remoteStore" $outPath --no-check-sigs
|