Bisecting: Difference between revisions
remove 'nix-build only' caveat, given the underlying reality of just appending `--dry-run` works just as well with e.g. flake-based commands, making the caveat itself less bad on top of the phrasing here being more of a misnomer |
m Make grammar more consistent |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 8: | Line 8: | ||
* [https://github.com/blitz/hydrasect <code>hydrasect</code>]: select cached commits cached by Hydra | * [https://github.com/blitz/hydrasect <code>hydrasect</code>]: select cached commits cached by Hydra | ||
* [https://github.com/symphorien/nixpkgs-staging-bisecter <code>nixpkgs-staging-bisecter</code>]: reduce number of derivations to be built. | * [https://github.com/symphorien/nixpkgs-staging-bisecter <code>nixpkgs-staging-bisecter</code>]: reduce number of derivations to be built. | ||
* [https://github.com/samestep/npc <code>npc</code>]: bisect Nixpkgs as a flake input (see below), only considering historical channel bumps instead of all <code>master</code> commits. | |||
== Automating bisects == | == Automating bisects == | ||