diff options
Diffstat (limited to 'doc/manual/nix-env.xml')
-rw-r--r-- | doc/manual/nix-env.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/manual/nix-env.xml b/doc/manual/nix-env.xml index 5aa38c81c842..6106d15f4215 100644 --- a/doc/manual/nix-env.xml +++ b/doc/manual/nix-env.xml @@ -13,6 +13,13 @@ <arg><option>--arg</option> <replaceable>name</replaceable> <replaceable>value</replaceable></arg> <arg> <group choice='req'> + <arg choice='plain'><option>--attr</option></arg> + <arg choice='plain'><option>-A</option></arg> + </group> + <replaceable>attrPath</replaceable> + </arg> + <arg> + <group choice='req'> <arg choice='plain'><option>--file</option></arg> <arg choice='plain'><option>-f</option></arg> </group> @@ -252,7 +259,7 @@ number of possible ways: </refsection> -<refsection><title>Examples</title> +<refsection xml:id='refsec-nix-env-install-examples'><title>Examples</title> <para>To install a specific version of <command>gcc</command> from the active Nix expression: |