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: 1acbb61696c1
Choose a base ref
...
head repository: NixOS/nix
compare: 00eef5599374
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 18, 2021

  1. Fix the drv output map for non ca derivations

    With the `ca-derivation` experimental features, non-ca derivations used
    to have their output paths returned as unknown as long as they weren't
    built (because of a mistake in the code that systematically erased the
    previous value)
    thufschmitt committed Jan 18, 2021
    Copy the full SHA
    9432c17 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4459 from NixOS/ca/fix-outputmap-for-no-ca

    Fix the drv output map for non ca derivations
    edolstra committed Jan 18, 2021
    Copy the full SHA
    00eef55 View commit details
    Browse the repository at this point in the history