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: 96c6b08ed7f9
Choose a base ref
...
head repository: NixOS/nix
compare: a67cf5a3585c
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Jun 24, 2019

  1. Copy the full SHA
    15fa70c View commit details
    Browse the repository at this point in the history
  2. Fix 'error 9 while decompressing xz file'

    Once we've started writing data to a Sink, we can't restart a download
    request, because then we end up writing duplicate data to the
    Sink. Therefore we shouldn't handle retries in Downloader but at a
    higher level (in particular, in copyStorePath()).
    
    Fixes #2952.
    edolstra committed Jun 24, 2019
    Copy the full SHA
    a67cf5a View commit details
    Browse the repository at this point in the history