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

Commits on Dec 16, 2020

  1. Don't ignore an absent drv file in queryPartialDrvOutputMap

    This ignore was here because `queryPartialDrvOutputMap` was used both
    1. as a cache to avoid having to re-read the derivation (when gc-ing for
    example), and
    2. as the source of truth for ca realisations
    
    The use-case 2. required it to be able to work even when the derivation
    wasn't there anymore (see #4138).
    However, this use-case is now handled by `queryRealisation`, meaning
    that we can safely error out if the derivation isn't there anymore
    thufschmitt committed Dec 16, 2020
    Copy the full SHA
    cac8d5b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4373 from NixOS/ca/fix-queryPartialDrvOutputMap-w…

    …hen-no-derivation
    
    Don't ignore an absent drv file in queryPartialDrvOutputMap
    edolstra committed Dec 16, 2020
    Copy the full SHA
    fdc8e7c View commit details
    Browse the repository at this point in the history