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: 4c1c40b4c8b5
Choose a base ref
...
head repository: NixOS/nix
compare: 47c42cd5d80d
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on May 29, 2018

  1. Bump version

    edolstra committed May 29, 2018
    Configuration menu
    Copy the full SHA
    e96b498 View commit details
    Browse the repository at this point in the history
  2. In restricted eval mode, allow access to the closure of store paths

    E.g. this makes
    
      nix eval --restrict-eval -I /nix/store/foo '(builtins.readFile "/nix/store/foo/symlink/bla")'
    
    (where /nix/store/foo/symlink is a symlink to another path in the
    closure of /nix/store/foo) succeed.
    
    This fixes a regression in Hydra compared to Nix 1.x (where there were
    no restrictions at all on access to the Nix store).
    
    (cherry picked from commit a91c4ca)
    edolstra committed May 29, 2018
    Configuration menu
    Copy the full SHA
    cf2a751 View commit details
    Browse the repository at this point in the history
  3. nix-shell: Only download requested outputs

    Fixes #2116.
    
    (cherry picked from commit a1adcdf)
    edolstra committed May 29, 2018
    Configuration menu
    Copy the full SHA
    47c42cd View commit details
    Browse the repository at this point in the history