1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-26 15:51:15 +02:00

Delete compressed NARs

Fixes #3891.
This commit is contained in:
Eelco Dolstra 2020-08-03 18:33:39 +02:00
parent a2842588ec
commit 24e07c428f
2 changed files with 3 additions and 0 deletions

View file

@ -153,6 +153,8 @@ void BinaryCacheStore::addToStore(const ValidPathInfo & info, Source & narSource
auto [fdTemp, fnTemp] = createTempFile();
AutoDelete autoDelete(fnTemp);
auto now1 = std::chrono::steady_clock::now();
/* Read the NAR simultaneously into a CompressionSink+FileSink (to