nixery/group-layers
Vincent Ambo 857a1e84c1 feat(group-layers): Add initial popcount scripts
This script generates an entry in a text file for each time a
derivation is referred to by another in nixpkgs.

For initial testing, this output can be turned into group-layers
compatible JSON with this *trivial* invocation:

cat output | awk '{ print "{\"" $2 "\":" $1 "}"}' | jq -s '. | add | with_entries(.key |= sub("/nix/store/[a-z0-9]+-";""))' > test-data.json
2019-08-14 00:02:04 +01:00
..
group-layers.go feat(group-layers): Add preliminary size & popularity considerations 2019-08-14 00:02:04 +01:00
popcount feat(group-layers): Add initial popcount scripts 2019-08-14 00:02:04 +01:00
popcount.nix feat(group-layers): Add initial popcount scripts 2019-08-14 00:02:04 +01:00