mirror of
https://github.com/NixOS/nix.git
synced 2025-02-16 08:53:14 +00:00
parent
339236d32e
commit
1294442c6c
@ -90,6 +90,7 @@ DownloadFileResult downloadFile(
|
||||
/* Cache metadata for all URLs in the redirect chain. */
|
||||
for (auto & url : res.urls) {
|
||||
key.second.insert_or_assign("url", url);
|
||||
assert(!res.urls.empty());
|
||||
infoAttrs.insert_or_assign("url", *res.urls.rbegin());
|
||||
getCache()->upsert(key, *store, infoAttrs, *storePath);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user