1
1
Fork 0
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:
Eelco Dolstra 2003-12-21 22:34:41 +00:00
parent 0a753e182a
commit a81b621202
2 changed files with 58 additions and 39 deletions

View file

@ -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