1
0
Fork 0
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:
Eelco Dolstra 2015-10-07 17:31:50 +02:00
parent f08449ccbd
commit 21ecd106ed
2 changed files with 47 additions and 8 deletions

View file

@ -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);