about summary refs log tree commit diff
path: root/scripts/download-from-binary-cache.pl.in
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-06-05T11·36+0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-06-05T11·36+0200
commitf0576d67756fedca0010d20aaed2e9cffd24a108 (patch)
tree03cd621187bbf14f601d3c8ff6a619692772ad72 /scripts/download-from-binary-cache.pl.in
parentff08306746e88e708612cdc6d2dac84bd76f1106 (diff)
Update the default binary cache URL to cache.nixos.org
Diffstat (limited to '')
-rw-r--r--scripts/download-from-binary-cache.pl.in2
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 1b42152783..a47d3579e3 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/*";