mirror of
https://github.com/NixOS/nix.git
synced 2024-11-22 06:42:28 +00:00
5 lines
133 B
Bash
Executable File
5 lines
133 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo Pushing "$@" to "$REMOTE_STORE"
|
|
printf "%s" "$OUT_PATHS" | xargs -d: nix copy --to "$REMOTE_STORE" --no-require-sigs
|