Skip to content

Instantly share code, notes, and snippets.

@arianvp
Created December 27, 2024 13:41
Show Gist options
  • Save arianvp/14d7318fd6b97dbc95e5384383d27087 to your computer and use it in GitHub Desktop.
Save arianvp/14d7318fd6b97dbc95e5384383d27087 to your computer and use it in GitHub Desktop.
fethc.sh
#!/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