mirror of
https://github.com/NixOS/nix
synced 2025-06-26 15:51:15 +02:00
parent
a2842588ec
commit
24e07c428f
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue