mirror of
https://github.com/NixOS/nix
synced 2025-07-06 05:01:48 +02:00
parent
df3f5a78d5
commit
f0d6d67af9
3 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,7 @@ struct CachedDownloadRequest
|
|||
std::string name;
|
||||
Hash expectedHash;
|
||||
unsigned int ttl = settings.tarballTtl;
|
||||
bool gcRoot = false;
|
||||
|
||||
CachedDownloadRequest(const std::string & uri)
|
||||
: uri(uri) { }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue