diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-04-27T23·28+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2007-04-27T23·28+0000 |
commit | a46db5d013a5c3ab5b041824bfb935e5c042886c (patch) | |
tree | 5e56daa787c6958582e5e77877d1336e720ca9c8 /doc | |
parent | 3d05166086682b39e013001bdaedb3e8b68a769f (diff) |
* Package conflict resolution through priority levels. If there is a
user environment collission between two packages due to overlapping file names, then a package with a higher priority will overwrite the symlinks of a package with a lower priority. E.g., $ nix-env --set-flag priority 5 gcc $ nix-env --set-flag priority 10 binutils gives gcc a higher priority than binutils (higher number = lower priority).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/release-notes.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index e5d0adf74bef..161643e52d4e 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -71,7 +71,9 @@ environments.</para></listitem> <listitem><para>TODO: <command>nix-env</command> - <option>--set-flag</option>.</para></listitem> + <option>--set-flag</option>. Specific flags: + <literal>active</literal>, + <literal>priority</literal>.</para></listitem> <listitem><para><command>nix-env -q</command> now has a flag |