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: c9b7e0f77aa9
Choose a base ref
...
head repository: NixOS/nix
compare: 3c8b629c03f4
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Feb 4, 2021

  1. Store the output hashes in the initialOutputs of the drv goal

    That way we
    1. Don't have to recompute them several times
    2. Can compute them in a place where we know the type of the parent
      derivation, meaning that we don't need the casting dance we had before
    thufschmitt committed Feb 4, 2021
    Copy the full SHA
    3c8b629 View commit details
    Browse the repository at this point in the history