1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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 {
default = [ http://nixos.org/binary-cache ];
default = [ http://cache.nixos.org/ ];
type = types.listOf types.string;
description = ''
List of binary cache URLs used to obtain pre-built binaries