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/nixpkgs
base: 956e6426d180
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: b65e82c7a070
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 4, 2020

  1. fetchzip: get write permission on unpacked directory

    This is a workaround for NixOS/nix#4295, which caused single-user Linux
    Nix installations using sandboxed builds to start failing to build
    fetchzip derivations after 4a5c493.
    
    In short: removing write permissions for the entire directory is great,
    except we then can't rename(2) it to the final Nix store path out of the
    sandbox, because we don't have write permission on the directory and
    thus cannot update the ".." directory entry.
    lukegb committed Dec 4, 2020
    Copy the full SHA
    1f6d750 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2020

  1. Merge pull request #105845 from lukegb/singleuser-fetchzip

    fetchzip: get write permission on unpacked directory
    bhipple committed Dec 5, 2020
    Copy the full SHA
    b65e82c View commit details
    Browse the repository at this point in the history