ofborg
ofborg copied to clipboard
No review requests on modules & tests
Tested all four combinations of changes to tests/modules with person/teams set as meta.maintainers, and never got a request to review. This is quite a serious defect in our reviewing system.
https://github.com/NixOS/nixpkgs/pull/128447
We can get a list of maintainers for files/modules via:
nix-instantiate --eval '<nixpkgs/nixos>' --arg configuration '{}' -A config.meta.maintainers --strict --json
(cc @Infinisil)
Attempt in #641