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/nix
base: c3a69d5c502d
Choose a base ref
...
head repository: NixOS/nix
compare: 9f820e5a09f2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 30, 2018

  1. nix-daemon.sh profile script: operate under set -u

    If the profile is sourced inside a script with `set -u`, the check for
    __ETC_PROFILE_NIX_SOURCED and NIX_SSL_CERT_FILE would raise an error.
    A simple guard around this check allows the script to operate under
    standard environments (where it is fairly reasonable to assume USER
    and HOME are set.)
    
    (cherry picked from commit d459d33)
    grahamc authored and edolstra committed May 30, 2018
    Configuration menu
    Copy the full SHA
    929152c View commit details
    Browse the repository at this point in the history
  2. install-multi-user: support 'set -u' runs, closes #2193

    (cherry picked from commit 6ba1726)
    grahamc authored and edolstra committed May 30, 2018
    Configuration menu
    Copy the full SHA
    9f820e5 View commit details
    Browse the repository at this point in the history