From 3815d2d463d6cd130e96497e66ff50b9243e59fb Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 6 Oct 2006 07:47:56 +0000 Subject: * Typos etc. * Set the release date. --- doc/manual/nix-env.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'doc/manual/nix-env.xml') diff --git a/doc/manual/nix-env.xml b/doc/manual/nix-env.xml index ff005830e171..8669b9ccf6c4 100644 --- a/doc/manual/nix-env.xml +++ b/doc/manual/nix-env.xml @@ -208,7 +208,16 @@ number of possible ways: installed. Currently installed derivations with a name equal to the name of a derivation being added are removed unless the option is - specified. + specified. + + If there are multiple derivations matching a name in + args that have the same name (e.g., + gcc-3.3.6 and gcc-4.1.1), then + only the highest version will be installed. You can force the + installation of multiple derivations with the same name by being + specific about the versions. For instance, nix-env -i + gcc-3.3.6 gcc-4.1.1 will install both version of GCC (and + will probably cause a user environment conflict!). If -- cgit 1.4.1