Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 59edabf8ca74
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 71184f8e1576
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 3, 2019

  1. 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.
    zimbatm committed Nov 3, 2019
    Copy the full SHA
    71184f8 View commit details
    Browse the repository at this point in the history