mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
* 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).
This commit is contained in:
parent
3d05166086
commit
a46db5d013
3 changed files with 49 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue