mirror of
https://github.com/NixOS/nix
synced 2025-07-01 12:37:59 +02:00
Remove #include
This commit is contained in:
parent
f5b7991e59
commit
04bf9acd22
2 changed files with 8 additions and 4 deletions
|
@ -34,6 +34,10 @@ DownloadSettings downloadSettings;
|
|||
|
||||
static GlobalConfig::Register r1(&downloadSettings);
|
||||
|
||||
CachedDownloadRequest::CachedDownloadRequest(const std::string & uri)
|
||||
: uri(uri), ttl(settings.tarballTtl)
|
||||
{ }
|
||||
|
||||
std::string resolveUri(const std::string & uri)
|
||||
{
|
||||
if (uri.compare(0, 8, "channel:") == 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue