This commit is contained in:
Eelco Dolstra
2014-12-09 13:27:00 +01:00
parent fe28966179
commit faf0797c0c
4 changed files with 12 additions and 6 deletions

View File

@@ -225,7 +225,7 @@ in
binaryCaches = mkOption {
type = types.listOf types.str;
default = [ http://cache.nixos.org/ ];
default = [ https://cache.nixos.org/ ];
description = ''
List of binary cache URLs used to obtain pre-built binaries
of Nix packages.