Mic92 / nixpkgs-review

Review pull-requests on https://github.com/NixOS/nixpkgs
MIT License
409 stars 66 forks source link

Using with `nixos/release-combined.nix` #405

Open lovesegfault opened 5 months ago

lovesegfault commented 5 months ago

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.

Mic92 commented 5 months ago

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