Open Mic92 opened 11 months ago
The purpose of this env is to add the binaries to the PATH.
env
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
buildEnv
based on https://github.com/Mic92/nixpkgs-review/pull/373
The purpose of this
env
is to add the binaries to thePATH
.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