diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-06-05T11·36+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2013-06-05T11·36+0200 |
commit | f0576d67756fedca0010d20aaed2e9cffd24a108 (patch) | |
tree | 03cd621187bbf14f601d3c8ff6a619692772ad72 /scripts | |
parent | ff08306746e88e708612cdc6d2dac84bd76f1106 (diff) |
Update the default binary cache URL to cache.nixos.org
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/download-from-binary-cache.pl.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/download-from-binary-cache.pl.in b/scripts/download-from-binary-cache.pl.in index 1b4215278321..a47d3579e35a 100644 --- a/scripts/download-from-binary-cache.pl.in +++ b/scripts/download-from-binary-cache.pl.in @@ -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/*"; |