mirror of
https://github.com/NixOS/nix.git
synced 2025-11-30 06:01:00 +01:00
* -u' -> -e'.
* `--link' / `-l' flag to specify the switch symlink to use (by default, /nix/var/nix/links/current).
This commit is contained in:
parent
0a753e182a
commit
a81b621202
2 changed files with 58 additions and 39 deletions
|
|
@ -5,7 +5,7 @@ nix-env [OPTIONS...] [ARGUMENTS...]
|
|||
Operations:
|
||||
|
||||
--install / -i FILE: add a derivation to the user environment
|
||||
--uninstall / -u: remove a derivation to the user environment
|
||||
--uninstall / -e: remove a derivation to the user environment
|
||||
--query / -q: perform a query on an environment or Nix expression
|
||||
|
||||
The previous operations take a list of derivation names. The special
|
||||
|
|
@ -27,5 +27,6 @@ Query sources:
|
|||
|
||||
Options:
|
||||
|
||||
--link / -l LINK: use symlink LINK instead of (...)/current
|
||||
--verbose / -v: verbose operation (may be repeated)
|
||||
--keep-failed / -K: keep temporary directories of failed builds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue