mirror of
https://github.com/NixOS/nix
synced 2025-06-30 15:48:00 +02:00
Merge pull request #4796 from asymmetric/doc-substituters
doc: mention Priority for substituters
This commit is contained in:
commit
ba8b39c130
1 changed files with 4 additions and 2 deletions
|
@ -617,8 +617,10 @@ public:
|
||||||
Strings{"https://cache.nixos.org/"},
|
Strings{"https://cache.nixos.org/"},
|
||||||
"substituters",
|
"substituters",
|
||||||
R"(
|
R"(
|
||||||
A list of URLs of substituters, separated by whitespace. The default
|
A list of URLs of substituters, separated by whitespace. Substituters
|
||||||
is `https://cache.nixos.org`.
|
are tried based on their Priority value, which each substituter can set
|
||||||
|
independently. Lower value means higher priority.
|
||||||
|
The default is `https://cache.nixos.org`, with a Priority of 40.
|
||||||
)",
|
)",
|
||||||
{"binary-caches"}};
|
{"binary-caches"}};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue