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: 4ec6eb1fdf51
Choose a base ref
...
head repository: NixOS/nix
compare: bf6792c0df21
Choose a head ref
  • 2 commits
  • 4 files changed
  • 1 contributor

Commits on Jul 17, 2017

  1. Make the hashes mirrors used by builtins.fetchurl configurable

    In particular, this allows it to be disabled in our tests.
    edolstra committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    49304ba View commit details
    Browse the repository at this point in the history
  2. Always use base-16 for hashed mirror lookups

    In particular, don't use base-64, which we don't support. (We do have
    base-32 redirects for hysterical reasons.)
    
    Also, add a test for the hashed mirror feature.
    edolstra committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    bf6792c View commit details
    Browse the repository at this point in the history