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: cdc840d60be6
Choose a base ref
...
head repository: NixOS/nix
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4badb6943f73
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Nov 10, 2020

  1. Fix use of dirty Git/Mercurial inputs with chroot stores

    Fixes:
    
      $ nix build --store /tmp/nix /home/eelco/Dev/patchelf#hydraJobs.build.x86_64-linux
      warning: Git tree '/home/eelco/Dev/patchelf' is dirty
      error: --- RestrictedPathError ------------------------------------------------------------------------------------------- nix
      access to path '/tmp/nix/nix/store/xmkvfmffk7xfnazykb5kx999aika8an4-source/flake.nix' is forbidden in restricted mode
      (use '--show-trace' to show detailed location information)
    edolstra committed Nov 10, 2020
    Copy the full SHA
    4badb69 View commit details
Loading