open-goverance/_scripts/upload_to_cache.sh
2024-05-12 16:04:07 +01:00

11 lines
204 B
Bash
Executable file

#!/bin/sh
echo "here"
set -eu
set -f # disable globbing
export IFS=' '
echo "Uploading paths" $OUT_PATHS
#exec /nix/var/nix/profiles/default/bin/nix copy --to "https://nix-cache.skynet.ie" $OUT_PATHS