diff --git a/scripts/upload-to-cache.sh b/scripts/upload-to-cache.sh index d38a8b2..4cc7ad2 100644 --- a/scripts/upload-to-cache.sh +++ b/scripts/upload-to-cache.sh @@ -8,4 +8,4 @@ fi export IFS=' ' echo "Uploading paths" $OUT_PATHS -exec nix copy --to "ssh://localhost:5000" $OUT_PATHS +exec nix copy --to "ssh://localhost" $OUT_PATHS