about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-31T02·29-0400
committerEelco Dolstra <eelco.dolstra@logicblox.com>2012-07-31T02·29-0400
commit157170059df39933d358d087d88f8b5bc4d5fde6 (patch)
tree300bcb4c7aaf6d0e7dc9bb102a8da7e5e717eca3 /doc
parentf15083c10afaebb8f2a0e7fbc95dd4cc5208c992 (diff)
Manual: Remove reference to non-existent -I option
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/package-management.xml15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/manual/package-management.xml b/doc/manual/package-management.xml
index 8cc6aa857edd..314218daf346 100644
--- a/doc/manual/package-management.xml
+++ b/doc/manual/package-management.xml
@@ -175,21 +175,6 @@ upgrading `coreutils-5.0' to `coreutils-5.2.1'</screen>
 
 </para>
 
-<para>If you grow bored of specifying the Nix expressions using
-<parameter>-f</parameter> all the time, you can set a default
-location:
-
-<screen>
-$ nix-env -I nixpkgs-<replaceable>version</replaceable></screen>
-
-After this you can just say, for instance, <literal>nix-env -u
-'*'</literal>.<footnote><para>Setting a default using
-<parameter>-I</parameter> currently clashes with using Nix channels,
-since <literal>nix-channel --update</literal> calls <literal>nix-env
--I</literal> to set the default to the Nix expressions it downloaded
-from the channel, replacing whatever default you had
-set.</para></footnote></para>
-
 </section>