mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Fix another 'coroutine has finished' during decompression
https://hydra.nixos.org/build/79867739
This commit is contained in:
parent
cc7b4386b1
commit
17a92dfb7d
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ void BinaryCacheStore::narFromPath(const Path & storePath, Sink & sink)
|
|||
throw SubstituteGone(e.what());
|
||||
}
|
||||
|
||||
decompressor->flush();
|
||||
decompressor->finish();
|
||||
|
||||
stats.narRead++;
|
||||
//stats.narReadCompressedBytes += nar->size(); // FIXME
|
||||
|
|
Loading…
Reference in a new issue