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: 0be8d7784ffa
Choose a base ref
...
head repository: NixOS/nix
compare: 7c8d7c17f807
Choose a head ref
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Oct 12, 2019

  1. Fix sandbox fallback settings

    The tmpDirInSandbox is different when in sandboxed vs. non-sandboxed.
    Since we don’t know ahead of time here whether sandboxing is enabled,
    we need to reset all of the env vars we’ve set previously. This fixes
    the issue encountered in NixOS/nixpkgs#70856.
    matthewbauer committed Oct 12, 2019
    Copy the full SHA
    499b038 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Copy the full SHA
    96c8493 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Merge pull request #3144 from matthewbauer/fix-sandbox-fallback

    Fix sandbox fallback settings
    edolstra committed Nov 26, 2019
    Copy the full SHA
    7c8d7c1 View commit details
    Browse the repository at this point in the history