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

Commits on Mar 20, 2020

  1. libstore: disable resolve-system-dependencies hook

    This is used to determine the dependency tree of impure libraries so nix
    knows what paths to open in the sandbox.  With the less restrictive
    defaults it isn't needed anymore.
    LnL7 committed Mar 20, 2020
    Copy the full SHA
    afb78eb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7f2df90 View commit details
    Browse the repository at this point in the history
  3. sandbox: allow pty devices

    Nix now runs builds with a pseudo-terminal to enable colored build
    output.
    LnL7 committed Mar 20, 2020
    Copy the full SHA
    f6c122a View commit details
    Browse the repository at this point in the history
  4. sandbox: fix /bin/sh on catalina

    Sadly 10.15 changed /bin/sh to a shim which executes bash, this means it
    can't be used anymore without also opening up the sandbox to allow bash.
    
        Failed to exec /bin/bash as variant for /bin/sh (1: Operation not permitted).
    LnL7 committed Mar 20, 2020
    Copy the full SHA
    2e9bc12 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Merge pull request #3429 from LnL7/darwin-sandbox

    darwin sandbox
    edolstra committed Mar 23, 2020
    Copy the full SHA
    5885e20 View commit details
    Browse the repository at this point in the history