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: 885cc9140574
Choose a base ref
...
head repository: NixOS/nix
compare: 2a8017092025
Choose a head ref
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Sep 15, 2020

  1. gracefully handle old daemon versions

    Add a fallback path in `queryPartialDerivationOutputMap` for daemons
    that don't support it.
    
    Also upstreams a couple methods from `SSHStore` to `RemoteStore` as this
    is needed to handle the fallback path.
    thufschmitt committed Sep 15, 2020
    Copy the full SHA
    057c620 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4014 from tweag/fix-queryDrvOutputMaps-for-old-da…

    …emons
    
    gracefully handle old daemon versions
    edolstra committed Sep 15, 2020
    Copy the full SHA
    2a80170 View commit details
    Browse the repository at this point in the history