2023-03-24 04:50:49 +00:00
|
|
|
#!/usr/bin/env sh
|
2023-03-24 16:39:29 +00:00
|
|
|
# set -eux
|
|
|
|
# set -f # disable globbing (/nix/store may contain glob chars)
|
|
|
|
# export IFS=' '
|
|
|
|
# PATH=/nix/var/nix/profiles/default/bin:$PATH
|
|
|
|
#
|
|
|
|
# # $OUT_PATHS when invoked by nix.settings.post-build-hook will be
|
|
|
|
# # space-separated paths to /nix/store/
|
|
|
|
# echo "Uploading paths" $OUT_PATHS
|
|
|
|
# nix copy --to "ssh-ng://10.100.200.230" $OUT_PATHS
|
2023-03-23 20:49:13 +00:00
|
|
|
|