1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 05:01:48 +02:00

Show progress indicator for builtin fetchurl

This commit is contained in:
Eelco Dolstra 2015-10-21 15:03:29 +02:00
parent 5db358d4d7
commit 01615b5f63
3 changed files with 7 additions and 4 deletions

View file

@ -9,6 +9,7 @@ struct DownloadOptions
{
string expectedETag;
bool verifyTLS{true};
bool forceProgress{false};
};
struct DownloadResult