diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-06-30T13·28+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2009-06-30T13·28+0000 |
commit | f2c3fc519190b021f0bb3b66f58d0fe7fc40b0e7 (patch) | |
tree | 3f63dc0097d73ec82250a77574703e744eb03c81 /doc/manual/opt-common.xml | |
parent | a2fc3a53ba87d3688dae0554bfdb2fe3fb3dbf2a (diff) |
* Don't show trace information by default (`--show-trace' to enable).
NixOS evaluation errors in particular look intimidating and generally aren't very useful. Ideally the builtins.throw messages should be self-contained.
Diffstat (limited to 'doc/manual/opt-common.xml')
-rw-r--r-- | doc/manual/opt-common.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/manual/opt-common.xml b/doc/manual/opt-common.xml index ac967e23d0db..3be9f5dd5fc3 100644 --- a/doc/manual/opt-common.xml +++ b/doc/manual/opt-common.xml @@ -305,6 +305,14 @@ </varlistentry> +<varlistentry><term><option>--show-trace</option></term> + + <listitem><para>Causes Nix to print out a stack trace in case of Nix + expression evaluation errors.</para></listitem> + +</varlistentry> + + </variablelist> |