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: f9940f47b36d
Choose a base ref
...
head repository: NixOS/nix
compare: 3be58fe1bc78
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

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.)
    grahamc committed May 30, 2018
    Configuration menu
    Copy the full SHA
    d459d33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ba1726 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2194 from grahamc/nix-profile-daemon-profile-set-u

    Nix profile & installation: handle set -u installations
    edolstra committed May 30, 2018
    Configuration menu
    Copy the full SHA
    3be58fe View commit details
    Browse the repository at this point in the history