forked from lix-project/lix
Hopefully fix post-hook test on macOS
https://hydra.nixos.org/build/99262744
This commit is contained in:
parent
45b3dc325a
commit
73728874ab
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue