Reinstate the http://nixos.org/binary-cache default for the binary-caches setting
This commit is contained in:
parent
649bb60617
commit
aebea2e489
|
@ -324,8 +324,8 @@ flag, e.g. <literal>--option gc-keep-outputs false</literal>.</para>
|
||||||
<varlistentry><term><literal>binary-caches</literal></term>
|
<varlistentry><term><literal>binary-caches</literal></term>
|
||||||
|
|
||||||
<listitem><para>A list of URLs of binary caches, separated by
|
<listitem><para>A list of URLs of binary caches, separated by
|
||||||
whitespace. The default is empty.<!-- The default is
|
whitespace. The default is
|
||||||
<literal>http://nixos.org/binary-cache</literal>. --></para></listitem>
|
<literal>http://nixos.org/binary-cache</literal>.</para></listitem>
|
||||||
|
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
||||||
|
|
|
@ -193,8 +193,8 @@ sub getAvailableCaches {
|
||||||
return map { s/\/+$//; $_ } split(/ /, $s);
|
return map { s/\/+$//; $_ } split(/ /, $s);
|
||||||
}
|
}
|
||||||
|
|
||||||
my @urls = strToList ($Nix::Config::config{"binary-caches"} // "");
|
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://nixos.org/binary-cache" : ""));
|
||||||
|
|
||||||
my $urlsFiles = $Nix::Config::config{"binary-cache-files"}
|
my $urlsFiles = $Nix::Config::config{"binary-cache-files"}
|
||||||
// "$Nix::Config::stateDir/profiles/per-user/$userName/channels/binary-caches/*";
|
// "$Nix::Config::stateDir/profiles/per-user/$userName/channels/binary-caches/*";
|
||||||
|
|
Loading…
Reference in a new issue