1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-10 20:46:01 +01:00

Fix one more 'will'

This commit is contained in:
Luc Perkins 2025-06-12 08:28:01 -07:00
parent e565571f69
commit b8e8214d5f
No known key found for this signature in database
GPG key ID: C86EE5D85EE4DDA5

View file

@ -46,7 +46,7 @@ struct FileTransferSettings : Config
)"};
Setting<unsigned int> tries{this, 5, "download-attempts",
"The number of times Nix will attempt to download a file before giving up."};
"The number of times Nix attempts to download a file before giving up."};
Setting<size_t> downloadBufferSize{this, 64 * 1024 * 1024, "download-buffer-size",
R"(