mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
{get,make,new}Downloader -> DataTransfer
This commit is contained in:
parent
2df2741ec6
commit
cd391206e6
6 changed files with 39 additions and 39 deletions
|
@ -182,7 +182,7 @@ static int _main(int argc, char * * argv)
|
|||
|
||||
DataTransferRequest req(actualUri);
|
||||
req.decompress = false;
|
||||
getDownloader()->download(std::move(req), sink);
|
||||
getDataTransfer()->download(std::move(req), sink);
|
||||
}
|
||||
|
||||
/* Optionally unpack the file. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue