implement post build hook
This commit is contained in:
7
scripts/upload-to-cache.sh
Normal file
7
scripts/upload-to-cache.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
set -f
|
||||
|
||||
export IFS=' '
|
||||
echo "Uploading paths" $OUT_PATHS
|
||||
exec nix copy --to "ssh://localhost:5000" $OUT_PATHS
|
||||
Reference in New Issue
Block a user