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: 3902d99d994b
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9df7efe0c6bf
Choose a head ref
  • 2 commits
  • 17 files changed
  • 1 contributor

Commits on Nov 1, 2019

  1. Copy the full SHA
    373236c View commit details
    Browse the repository at this point in the history
  2. stdenv: Don't stop set -u-ing

    Before, we very carefully unapplied and reapplied `set -u` so the rest
    of Nixpkgs could continue to not fail on undefined variables. Let's rip
    off the band-aid.
    Ericson2314 committed Nov 1, 2019
    Copy the full SHA
    9df7efe View commit details
    Browse the repository at this point in the history