Mic92 / nixpkgs-review

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

always use the buildEnv #384

Open Mic92 opened 11 months ago

Mic92 commented 11 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