nixpkgs/pkgs/stdenv/generic
zimbatm 71184f8e15
stdenv/check-meta: getEnv if the attribute is unset (#72376)
There were two issues:

* builtins.getEnv was called deep into the nixpkgs tree making it hard
  to discover. This is solved by moving the call into
  pkgs/top-level/impure.nix
* when the config was explicitly set by the user to false, it would
  still try and load the environment variable. This meant that it was
  not possible to guarantee the same outcome on two different systems.
2019-11-03 17:40:43 +00:00
..
builder.sh stdenvs: Distinguish between extraBuildInputs and extraNativeBuildInputs 2017-08-18 12:02:13 -04:00
check-meta.nix stdenv/check-meta: getEnv if the attribute is unset (#72376) 2019-11-03 17:40:43 +00:00
default-builder.sh
default.nix treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
make-derivation.nix stdenv: correct cross CMAKE_SYSTEM_NAME 2019-07-27 15:23:31 -07:00
setup.sh Merge pull request #69028 from matthewbauer/remove-iselfexec-iselfdyn 2019-09-20 23:26:48 -04:00