mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
Add a test for the remote caching of CA derivations
This commit is contained in:
parent
df9d4f88d5
commit
93b5a59b67
3 changed files with 27 additions and 3 deletions
|
@ -1,4 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo Pushing "$@" to "$REMOTE_STORE"
|
||||
printf "%s" "$OUT_PATHS" | xargs -d: nix copy --to "$REMOTE_STORE" --no-require-sigs
|
||||
set -x
|
||||
|
||||
echo Pushing "$OUT_PATHS" to "$REMOTE_STORE"
|
||||
printf "%s" "$DRV_PATH" | xargs nix copy --to "$REMOTE_STORE" --no-require-sigs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue