lix/src/nix-env
Eelco Dolstra e2ef5e07fd * Refactoring. There is now an abstract interface class StoreAPI
containing functions that operate on the Nix store.  One
  implementation is LocalStore, which operates on the Nix store
  directly.  The next step, to enable secure multi-user Nix, is to
  create a different implementation RemoteStore that talks to a
  privileged daemon process that uses LocalStore to perform the actual
  operations.
2006-11-30 17:43:04 +00:00
..
help.txt * Fix the help message wrt --attr. 2006-08-09 15:12:34 +00:00
main.cc * Refactoring. There is now an abstract interface class StoreAPI 2006-11-30 17:43:04 +00:00
Makefile.am * Support for srcdir != builddir (NIX-41). 2006-05-12 11:47:45 +00:00
names.cc * Use a proper namespace. 2006-09-04 21:06:23 +00:00
names.hh * Use a proper namespace. 2006-09-04 21:06:23 +00:00
profiles.cc * Wow, that bug has been there since r764. 2006-09-14 22:48:59 +00:00
profiles.hh * Missing #include. 2006-09-05 10:32:47 +00:00