* Update binary cache URL.

git-svn-id: https://nixos.org/repos/nix/release/trunk/channels@34734 70bd8c7a-acb8-0310-9f0d-9cc1c95dcdbb
This commit is contained in:
Eelco Dolstra 2013-06-06 10:03:23 +00:00
parent 9b874ad1f6
commit d4873737b7

View file

@ -47,7 +47,7 @@ if (defined $nixexprsURL) {
# Advertise a binary cache.
open FILE, ">$dstChannelPath/binary-cache-url" or die;
print FILE "http://nixos.org/binary-cache/" or die;
print FILE "http://cache.nixos.org/" or die;
close FILE or die;