Mic92 / nixpkgs-review

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

Don't evaluate nixpkgs if `--package` was passed #430

Open PerchunPak opened 1 week ago

PerchunPak commented 1 week ago

This makes --package almost useless. I would want to build all packages by regex without waiting for 30m evaluation that won't produce any useful information for me.

I tried to create a script that builds packages by regexes, but turns out it is not so simple to filter out broken/unbuildable by architecture packages (or at least don't cancel build because of them).