diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-08-01T22·03-0400 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2012-08-01T22·03-0400 |
commit | 9c2decaa1935ae4bf99a9b723d4eab188f8f88ef (patch) | |
tree | 97cf99d322e6b3495c2629b66fead0813378bd07 /doc/manual/opt-common.xml | |
parent | 5170c5691aac1bd6abc69be65cf880316e11fe24 (diff) | |
parent | 234ce610e0671410cb8a9ce4d8725e55472e8d47 (diff) |
Merge branch 'master' into no-manifests
Diffstat (limited to 'doc/manual/opt-common.xml')
-rw-r--r-- | doc/manual/opt-common.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/manual/opt-common.xml b/doc/manual/opt-common.xml index b9df23dcfbe9..0b57517670be 100644 --- a/doc/manual/opt-common.xml +++ b/doc/manual/opt-common.xml @@ -337,7 +337,7 @@ <listitem><para>Causes Nix to print out a stack trace in case of Nix expression evaluation errors.</para></listitem> - + </varlistentry> @@ -351,6 +351,16 @@ </varlistentry> +<varlistentry><term><option>--option</option> <replaceable>name</replaceable> <replaceable>value</replaceable></term> + + <listitem><para>Set the Nix configuration option + <replaceable>name</replaceable> to <replaceable>value</replaceable>. + This overrides settings in the Nix configuration file (see + <citerefentry><refentrytitle>nix.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>).</para></listitem> + +</varlistentry> + + </variablelist> |