aboutsummaryrefslogtreecommitdiff
path: root/src/nix-env/main.cc
AgeCommit message (Collapse)Author
2003-11-24* Allow the top-level expression to be a derivation.Eelco Dolstra
* Hack: `nix-env -i *' installs all available derivations.
2003-11-22* Don't use a hard-coded path.Eelco Dolstra
2003-11-22* Fix the garbage collector.Eelco Dolstra
2003-11-21* Uninstallation.Eelco Dolstra
2003-11-20* Uninstall command (doesn't work yet).Eelco Dolstra
2003-11-19* Installation: add the previously installed packages. Switch to the new Eelco Dolstra
configuration. * Status queries.
2003-11-19* nix-env: a tool to manage user environments.Eelco Dolstra
* Replace all directory reading code by a generic readDirectory() function.