Does there exist any tool in the nixpkgs ecosystem that can rank order derivations that are currently failing or broken on hydra by how many packages they break?
i.e. if a very common / foundational package is broken which is thus causing all of its downstream packages to break, that package should come first in such a list.
Also very interested in this for evaluating the state of Darwin packaging, and have begun working on a python based tool for evaluating broken nixpkgs cross referenced with hydra build failures.