Eelco Dolstra
|
f3c9783846
|
* Version numbers can be omitted in install/uninstall. E.g.,
nix-env -i foo.nix subversion
The version number part of a derivation name is defined as everything following the
first dash not followed by a letter.
|
2003-12-21 23:58:56 +00:00 |
|
Eelco Dolstra
|
a81b621202
|
* -u' -> -e'.
* `--link' / `-l' flag to specify the switch symlink to use (by default,
/nix/var/nix/links/current).
|
2003-12-21 22:34:41 +00:00 |
|
Eelco Dolstra
|
078e20885e
|
* Help text for all (non-script) programs, so no more:
$ nix-instantiate --help
error: unknown flag `--help`
Try `nix-instantiate --help' for more information.
:-)
|
2003-12-01 15:55:05 +00:00 |
|