fix nix path
This commit is contained in:
parent
eb054c444a
commit
5a053b2379
1 changed files with 2 additions and 1 deletions
|
@ -5,4 +5,5 @@ set -eu
|
|||
set -f # disable globbing
|
||||
export IFS=' '
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue