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: d81f13f7cbb3
Choose a base ref
...
head repository: NixOS/nix
compare: 9b9d5297baf0
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Aug 6, 2020

  1. Add hashed-mirrors back

    Some users have their own hashed-mirrors setup, that is used to mirror
    things in addition to what’s available on tarballs.nixos.org. Although
    this should be feasable to do with a Binary Cache, it’s not always
    easy, since you have to remember what "name" each of the tarballs has.
    Continuing to support hashed-mirrors is cheap, so it’s best to leave
    support in Nix. Note that NIX_HASHED_MIRRORS is also supported in
    Nixpkgs through fetchurl.nix.
    
    Note that this excludes tarballs.nixos.org from the default, as in
    \#3689. All of these are available on cache.nixos.org.
    matthewbauer committed Aug 6, 2020
    Copy the full SHA
    641c950 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8abc577 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

  1. Fix build

    matthewbauer committed Aug 7, 2020
    Copy the full SHA
    96c158d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Merge pull request #3909 from matthewbauer/readd-hashed-mirrors

    Add hashed-mirrors back
    edolstra committed Aug 14, 2020
    Copy the full SHA
    9b9d529 View commit details
    Browse the repository at this point in the history