From f15083c10afaebb8f2a0e7fbc95dd4cc5208c992 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 29 Jul 2012 14:37:40 -0400 Subject: [PATCH] Document the --option flag Pointed out by Daniel Santa Cruz on IRC. --- doc/manual/opt-common-syn.xml | 5 +++++ doc/manual/opt-common.xml | 12 +++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/manual/opt-common-syn.xml b/doc/manual/opt-common-syn.xml index 6628fde935..d65f4009ee 100644 --- a/doc/manual/opt-common-syn.xml +++ b/doc/manual/opt-common-syn.xml @@ -37,6 +37,11 @@ path + + + name + value + diff --git a/doc/manual/opt-common.xml b/doc/manual/opt-common.xml index b9df23dcfb..0b57517670 100644 --- a/doc/manual/opt-common.xml +++ b/doc/manual/opt-common.xml @@ -337,7 +337,7 @@ Causes Nix to print out a stack trace in case of Nix expression evaluation errors. - + @@ -351,6 +351,16 @@ + name value + + Set the Nix configuration option + name to value. + This overrides settings in the Nix configuration file (see + nix.conf5). + + + +