See if limiting upload jobs helps with push reliability
Some checks failed
Check Flake / check-flake (push) Successful in 14m14s
Auto Update Flake / auto-update (push) Failing after 19s

This commit is contained in:
2026-03-01 21:36:31 -08:00
parent 9914d03ba2
commit 8997e996ba

View File

@@ -26,4 +26,4 @@ paths=$(echo "$toplevels" \
and .value.narSize >= 524288
) | .key] | unique[]')
echo "Pushing $(echo "$paths" | wc -l) unique paths to cache"
echo "$paths" | xargs attic push local:nixos
echo "$paths" | xargs attic push -j 1 local:nixos