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:
parent
5db358d4d7
commit
01615b5f63
3 changed files with 7 additions and 4 deletions
|
@ -9,6 +9,7 @@ struct DownloadOptions
|
|||
{
|
||||
string expectedETag;
|
||||
bool verifyTLS{true};
|
||||
bool forceProgress{false};
|
||||
};
|
||||
|
||||
struct DownloadResult
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue