Update the default binary cache URL to cache.nixos.org
This commit is contained in:
parent
4b0d6a0759
commit
7cf23a740d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user