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: ea3c9dab5fa6
Choose a base ref
...
head repository: NixOS/nix
compare: e388739098cf
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jul 3, 2018

  1. nix-daemon: Respect --store

    For example, this allows you to do run nix-daemon as a non-privileged
    user:
    
      eelco$ NIX_STATE_DIR=~/my-nix/nix/var nix-daemon --store ~/my-nix/
    
    The NIX_STATE_DIR is still needed because settings.nixDaemonSocketFile
    is not derived from settings.storeUri (and we can't derive it from the
    store's state directory because we don't want to open the store in the
    parent process).
    edolstra committed Jul 3, 2018
    1 Configuration menu
    Copy the full SHA
    e388739 View commit details
    Browse the repository at this point in the history