From 2d2ade7d450bc467aeaaf7f4e1857661d0bdf57a Mon Sep 17 00:00:00 2001 From: Sin Ser'hao Date: Fri, 9 Jan 2026 11:56:16 +0100 Subject: [PATCH] fix uploaed script --- scripts/upload-to-cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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