diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2017-03-21T17·06+0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2017-03-21T17·06+0100 |
commit | aa23bba27f402913a7cfa7854b5d3b6ddf321e74 (patch) | |
tree | f6831757073c24d9080ce71aa67df0b73406a3e8 /doc/manual/command-ref | |
parent | e1e49c58e1218fb6240dbd9780a8c67462e95d2d (diff) |
Fix tests to reflect the signed-binary-caches default change
Diffstat (limited to 'doc/manual/command-ref')
-rw-r--r-- | doc/manual/command-ref/conf-file.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/manual/command-ref/conf-file.xml b/doc/manual/command-ref/conf-file.xml index 3bd133918f45..6952829e8f71 100644 --- a/doc/manual/command-ref/conf-file.xml +++ b/doc/manual/command-ref/conf-file.xml @@ -394,9 +394,10 @@ flag, e.g. <literal>--option gc-keep-outputs false</literal>.</para> <varlistentry><term><literal>signed-binary-caches</literal></term> - <listitem><para>If set to <literal>*</literal>, Nix will only - download binaries if they are signed using one of the keys listed - in <option>binary-cache-public-keys</option>.</para></listitem> + <listitem><para>If set to <literal>*</literal> (the default), Nix + will only download binaries if they are signed using one of the + keys listed in <option>binary-cache-public-keys</option>. Set to + the empty string to disable signature checking.</para></listitem> </varlistentry> |