fix nix path

This commit is contained in:
cy 2025-04-20 01:36:23 -04:00
parent eb054c444a
commit 5a053b2379
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -5,4 +5,5 @@ set -eu
set -f # disable globbing set -f # disable globbing
export IFS=' ' export IFS=' '
echo "Uploading paths" $OUT_PATHS echo "Uploading paths" $OUT_PATHS
exec nix copy --to "s3://nixcache" $OUT_PATHS # this is where the cachix installer installs nix
exec /nix/var/nix/profiles/default/bin/nix copy --to "s3://nixcache" $OUT_PATHS