diff options
Diffstat (limited to 'doc/manual/nix-push.xml')
-rw-r--r-- | doc/manual/nix-push.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/manual/nix-push.xml b/doc/manual/nix-push.xml index 170b6f55ab30..ff0403834269 100644 --- a/doc/manual/nix-push.xml +++ b/doc/manual/nix-push.xml @@ -210,6 +210,7 @@ properties. Here’s an example: <screen> StoreDir: /nix/store WantMassQuery: 1 +Priority: 10 </screen> The properties that are currently supported are: @@ -246,6 +247,16 @@ The properties that are currently supported are: </varlistentry> + <varlistentry><term><literal>Priority</literal></term> + + <listitem><para>Each binary cache has a priority (defaulting to + 50). Binary caches are checked for binaries in order of ascending + priority; thus a higher number denotes a lower priority. The + binary cache <uri>http://nixos.org/binary-cache</uri> has priority + 40.</para></listitem> + + </varlistentry> + </variablelist> </para> |