Files
homelab/scripts/upload-to-cache.sh
Sin Ser'hao 2d2ade7d45
Some checks failed
/ perform flake analysis (push) Has been cancelled
/ build hive configuration (push) Has been cancelled
fix uploaed script
2026-01-09 11:56:16 +01:00

12 lines
161 B
Bash

#!/bin/sh
set -eu
set -f
if ! nix --version; then
exit 0
fi
export IFS=' '
echo "Uploading paths" $OUT_PATHS
exec nix copy --to "ssh://localhost" $OUT_PATHS