attempt
All checks were successful
Check Flake / check-flake (push) Successful in 3m10s

This commit is contained in:
2026-02-19 22:17:53 -08:00
parent 3773a5677e
commit b5da28c0b5

View File

@@ -33,6 +33,6 @@ jobs:
# signed by cache.nixos.org — only our custom builds need caching
paths=$(echo "$toplevels" \
| xargs nix path-info -r --json \
| jq -r '[.[] | select((.signatures // []) | all(startswith("cache.nixos.org") | not)) | .path] | unique[]')
| jq -r '[to_entries[] | select(.value.signatures | all(startswith("cache.nixos.org") | not)) | .key] | unique[]')
echo "Pushing $(echo "$paths" | wc -l) unique paths to cache"
echo "$paths" | xargs attic push local:nixos