Hopefully fix post-hook test on macOS

https://hydra.nixos.org/build/99262744
This commit is contained in:
Eelco Dolstra 2019-08-27 17:01:54 +02:00
parent 45b3dc325a
commit 73728874ab
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
echo Pushing "$@" to "$REMOTE_STORE"
echo -n "$OUT_PATHS" | xargs -d: nix copy --to "$REMOTE_STORE" --no-require-sigs
printf "%s" "$OUT_PATHS" | xargs -d: nix copy --to "$REMOTE_STORE" --no-require-sigs