mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Show progress during downloads
This commit is contained in:
parent
f08449ccbd
commit
21ecd106ed
2 changed files with 47 additions and 8 deletions
|
@ -158,7 +158,6 @@ int main(int argc, char * * argv)
|
|||
auto actualUri = resolveMirrorUri(state, uri);
|
||||
|
||||
/* Download the file. */
|
||||
printMsg(lvlInfo, format("downloading ‘%1%’...") % actualUri);
|
||||
auto result = downloadFile(actualUri);
|
||||
|
||||
AutoDelete tmpDir(createTempDir(), true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue