mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
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 {
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user