aboutsummaryrefslogtreecommitdiff
path: root/tests/push-to-store.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/push-to-store.sh')
-rwxr-xr-xtests/push-to-store.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/push-to-store.sh b/tests/push-to-store.sh
index b1495c9e2..0b090e1b3 100755
--- a/tests/push-to-store.sh
+++ b/tests/push-to-store.sh
@@ -7,4 +7,4 @@ set -e
[ -n "$DRV_PATH" ]
echo Pushing "$OUT_PATHS" to "$REMOTE_STORE"
-printf "%s" "$DRV_PATH" | xargs nix copy --to "$REMOTE_STORE" --no-require-sigs
+printf "%s" "$DRV_PATH"^'*' | xargs nix copy --to "$REMOTE_STORE" --no-require-sigs