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: cbbcb25e6cdc^
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ffc1416b570c
Choose a head ref
  • 3 commits
  • 9 files changed
  • 1 contributor

Commits on Oct 29, 2019

  1. common setup hooks: set -u robustness

    Explicitly handle `dont*` and friends not being defined.
    Ericson2314 committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    cbbcb25 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 Oct 29, 2019
    Configuration menu
    Copy the full SHA
    f2f4f3f View commit details
    Browse the repository at this point in the history
  3. bintools-wrapper: Don't stop set -u-ing

    Same justification as previous commit.
    Ericson2314 committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    ffc1416 View commit details
    Browse the repository at this point in the history