Files
homelab/scripts/upload-to-cache.sh
Sin Ser'hao 9bb345c061
Some checks failed
/ perform flake analysis (push) Successful in 37s
/ build hive configuration (push) Failing after 18s
implement post build hook
2026-01-07 19:20:44 +01:00

8 lines
128 B
Bash

#!/bin/sh
set -eu
set -f
export IFS=' '
echo "Uploading paths" $OUT_PATHS
exec nix copy --to "ssh://localhost:5000" $OUT_PATHS