Mic92 / nixpkgs-review

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

always use the buildEnv #384

Open Mic92 opened 6 months ago

Mic92 commented 6 months ago

The purpose of this env is to add the binaries to the PATH.

The benefit of making it purer is that unwrapped programs missing dependencies may fail.

As a added benefit this dramatically reduces the collision warnings from buildEnv

based on https://github.com/Mic92/nixpkgs-review/pull/373