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: e3eecb592718
Choose a base ref
...
head repository: NixOS/nix
compare: 6605ea019726
Choose a head ref
  • 4 commits
  • 4 files changed
  • 4 contributors

Commits on Feb 18, 2020

  1. Bump version number

    edolstra committed Feb 18, 2020
    Copy the full SHA
    475c2e5 View commit details
    Browse the repository at this point in the history
  2. retry on HTTP status code 429

    (cherry picked from commit 48ddb8e)
    domenkozar authored and edolstra committed Feb 18, 2020
    Copy the full SHA
    ed25fdd View commit details
    Browse the repository at this point in the history
  3. structured-attrs: chown .attrs.* files to builder

    Otherwise `chmod .`'ing the build directory doesn't work anymore, which
    is done in nixpkgs if sourceRoot is set to '.'.
    
    (cherry picked from commit f8dbde0)
    globin authored and edolstra committed Feb 18, 2020
    Copy the full SHA
    b51ecc0 View commit details
    Browse the repository at this point in the history
  4. doc: touchup release notes for 2.3

    - At the top of the release notes, we announce sandboxing is now enabled by default,
    then at the bottom it says it's now disabled when missing kernel support. These
    can be merged into one point for clarity.
    
    - The point about `max-jobs` defaulting to 1 appears unrelated to sandboxing.
    
    (cherry picked from commit 5d24e18)
    bhipple authored and edolstra committed Feb 18, 2020
    Copy the full SHA
    6605ea0 View commit details
    Browse the repository at this point in the history