* 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:
parent
9b874ad1f6
commit
d4873737b7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue