implement post build hook
Some checks failed
/ perform flake analysis (push) Successful in 37s
/ build hive configuration (push) Failing after 18s

This commit is contained in:
2026-01-07 19:20:44 +01:00
parent 228ac9214c
commit 9bb345c061
2 changed files with 13 additions and 0 deletions

View 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