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: 85530bcc0b4c
Choose a base ref
...
head repository: NixOS/nix
compare: d73e881c81a8
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 14, 2018

  1. Fix optimise-store.cc to skip more paths on macOS

    I hate to make this such a large check but the lack of documentation means we really have no idea what's allowed. All of them reported so far have been within ".app/Contents" directories. That appears to be a safe starting point. However, I would not be surprised to also find more paths that are disallowed for instance in .framework or .bundle directories.
    
    Fixes #2031
    Fixes #2229
    matthewbauer committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    6d09e44 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2230 from matthewbauer/patch-7

    Fix optimise-store.cc to skip more paths on macOS
    edolstra committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    d73e881 View commit details
    Browse the repository at this point in the history