Update the default binary cache URL to cache.nixos.org
This commit is contained in:
parent
ff08306746
commit
f0576d6775
4 changed files with 9 additions and 9 deletions
|
@ -196,7 +196,7 @@ sub getAvailableCaches {
|
|||
}
|
||||
|
||||
my @urls = strToList($Nix::Config::config{"binary-caches"} //
|
||||
($Nix::Config::storeDir eq "/nix/store" ? "http://nixos.org/binary-cache" : ""));
|
||||
($Nix::Config::storeDir eq "/nix/store" ? "http://cache.nixos.org" : ""));
|
||||
|
||||
my $urlsFiles = $Nix::Config::config{"binary-cache-files"}
|
||||
// "$Nix::Config::stateDir/profiles/per-user/$userName/channels/binary-caches/*";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue