Skip to content
Unverified Commit 71184f8e authored by zimbatm's avatar zimbatm Committed by GitHub
Browse files

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.
parent 59edabf8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment