From 547881fb4abad3d13ff45520aa40a5dcaba7061e Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Wed, 30 Jul 2025 09:52:32 -0700 Subject: [PATCH] show path upload count --- bin/nix-build-and-cache | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/nix-build-and-cache b/bin/nix-build-and-cache index ebfcf4f8..f7f5223e 100755 --- a/bin/nix-build-and-cache +++ b/bin/nix-build-and-cache @@ -18,6 +18,8 @@ just() { <<< "${derivations[*]}" ) + echo "Found ${#upload_paths[@]} paths to upload" + if [ -z ${ATTIC_TOKEN+x} ]; then echo "\$ATTIC_TOKEN is unset, skipping uploading to the binary cache" return