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: b2708694664f
Choose a base ref
...
head repository: NixOS/nix
compare: 94a94da07513
Choose a head ref
  • 4 commits
  • 16 files changed
  • 1 contributor

Commits on Feb 2, 2020

  1. Cleanup

    edolstra committed Feb 2, 2020
    Copy the full SHA
    958ec5d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7bcc9f2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fad9faf View commit details
    Browse the repository at this point in the history
  4. Substitute flake inputs

    This improves reproducibility and may be faster than fetching from the
    original source (especially for git/hg inputs, but probably also for
    github inputs - our binary cache is probably faster than GitHub's
    dynamically generated tarballs).
    
    Unfortunately this doesn't work for the top-level flake since even if
    we know the NAR hash of the tree, we don't know the other tree
    attributes such as revCount and lastModified.
    
    Fixes #3253.
    edolstra committed Feb 2, 2020
    Copy the full SHA
    94a94da View commit details
    Browse the repository at this point in the history