Created
December 27, 2024 13:41
-
-
Save arianvp/14d7318fd6b97dbc95e5384383d27087 to your computer and use it in GitHub Desktop.
fethc.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
cat "$(nix-build ci -A eval.full --max-jobs 4 --cores 2 --arg chunkSize 10000)"/outpaths.json | jq -r '.[]|values[]|values' | sort | uniq | cut -c 12-43 | xargs -P128 -I {} curl --head https://nixos.tvix.store/{}.narinfo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment