mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
Use https://cache.nixos.org instead of http://cache.nixos.org
This commit is contained in:
parent
9c58691ce3
commit
e5891f2ea8
5 changed files with 14 additions and 10 deletions
|
@ -218,7 +218,7 @@ sub getAvailableCaches {
|
|||
}
|
||||
|
||||
my @urls = strToList($Nix::Config::config{"binary-caches"} //
|
||||
($Nix::Config::storeDir eq "/nix/store" ? "http://cache.nixos.org" : ""));
|
||||
($Nix::Config::storeDir eq "/nix/store" ? "https://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