1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 06:21:14 +02:00

Move some Download-specific settings to download.cc

This commit is contained in:
Eelco Dolstra 2018-03-27 18:54:02 +02:00
parent 737ed88f35
commit c1d445ecec
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
3 changed files with 25 additions and 22 deletions

View file

@ -553,7 +553,7 @@ static void performOp(TunnelLogger * logger, ref<LocalStore> store,
;
else if (trusted
|| name == settings.buildTimeout.name
|| name == settings.connectTimeout.name)
|| name == "connect-timeout")
settings.set(name, value);
else if (setSubstituters(settings.substituters))
;