Update the default binary cache URL to cache.nixos.org

This commit is contained in:
Eelco Dolstra 2013-06-12 14:23:33 +02:00
parent 4b0d6a0759
commit 7cf23a740d

View File

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