Is there a way to use nixpkgs-review against a PR but instead of building a specific package, to build an attr within nixos/release-combined.nix such as nixos.iso_gnome.x86_64-linux?
This would be really helpful for reviewing mass-rebuild PRs (e.g. binutils bumps) where the ISO drvs offer a pretty good set of packages to build/test.
There is nothing just now. But since you are given a git checkout, you can also manually run nix-build ./nixpkgs/nixos/release-combined.nix -A nixos.iso_gnome.x86_64-linux
Is there a way to use
nixpkgs-review
against a PR but instead of building a specific package, to build an attr withinnixos/release-combined.nix
such asnixos.iso_gnome.x86_64-linux
?This would be really helpful for reviewing mass-rebuild PRs (e.g.
binutils
bumps) where the ISO drvs offer a pretty good set of packages to build/test.