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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2a0112a37045
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 84d10d248e82
Choose a head ref
  • 6 commits
  • 5 files changed
  • 3 contributors

Commits on Jul 12, 2017

  1. replaceSymlink(): Handle the case where the temporary file already ex…

    …ists
    
    Not really necessary anymore for #849, but still nice to have.
    
    (cherry picked from commit 2965d40)
    edolstra committed Jul 12, 2017
    Copy the full SHA
    7577d35 View commit details
  2. fetchTarball: Prevent concurrent downloads of the same file

    Fixes #849.
    
    (cherry picked from commit 8e8caf7)
    edolstra committed Jul 12, 2017
    Copy the full SHA
    b59788f View commit details
  3. Add X32 to the seccomp filter

    Fixes #1432.
    
    (cherry picked from commit a3dc1e6)
    edolstra committed Jul 12, 2017
    Copy the full SHA
    9943f98 View commit details
  4. Don’t hardlink disallowed paths in OS X.

    Fixes #1443
    
    (cherry picked from commit 72e80c5)
    matthewbauer authored and edolstra committed Jul 12, 2017
    Copy the full SHA
    5a7d00c View commit details
  5. Fix nix-instantiate manpage indentation

    The second command variant is now its own cmdsynopsis, which ensures
    it's not indented as was the case using sbrk.
    
    (cherry picked from commit 60da5d2)
    robx authored and edolstra committed Jul 12, 2017
    Copy the full SHA
    758a304 View commit details
  6. Fix build

    edolstra committed Jul 12, 2017
    Copy the full SHA
    84d10d2 View commit details
Loading