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: 64232f3ea6a0
Choose a base ref
...
head repository: NixOS/nix
compare: 58bc3b65789a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 22, 2020

  1. hashed-mirrors: Use parsed derivation output rather than reconstructi…

    …ng it
    
    Now the derivation outputs are parsed up front, we can avoid a reparse
    by doing it. Also, this just feels a bit better as the `output*` env
    vars are more of a `libnixexpr` interface than `libnixstore` interface:
    ultimately, it's the derivation outputs that decide whether the
    derivation is fixed-output.
    
    Yes, hashed mirrors might go away with #3689, but this bit of code would
    be moved rather than deleted, so it's worth doing a cleanup anyways I
    think.
    Ericson2314 committed Jun 22, 2020
    Copy the full SHA
    f4a5913 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Merge pull request #3729 from obsidiansystems/simpler-hased-mirror

    hashed-mirrors: Use parsed derivation output rather than reconstructing it
    edolstra committed Jun 29, 2020
    Copy the full SHA
    58bc3b6 View commit details
    Browse the repository at this point in the history