lix/doc
Eelco Dolstra 7ace29dae7 * New operation `nix-env --set' which sets a user environment to a
single derivation specified by the argument.  This is useful when we
  want to have a profile for a single derivation, such as a server
  configuration.  Then we can just say (e.g.)

  $ nix-env -p /.../server-profile -f server.nix --set -A server

  We can't do queries or upgrades on such a profile, but we can do
  rollbacks.  The advantage over -i is that we don't have to worry
  about other packages having been installed in the profile
  previously; --set gets rid of them.
2006-12-12 19:06:02 +00:00
..
dev * Bumped the version number to 0.11. 2006-10-06 13:45:29 +00:00
manual * New operation `nix-env --set' which sets a user environment to a 2006-12-12 19:06:02 +00:00
Makefile.am * Generate man pages from the manual. 2003-08-12 13:54:42 +00:00