guix/src/nix-env
Eelco Dolstra 20ce2642fc * Refactoring to support different installation sources in nix-env.
* Set the references for the user environment manifest properly.
* Don't copy the manifest (this was accidental).
* Don't store derivation paths in the manifest (maybe this should be
  made optional).  This cleans up the semantics of nix-env, which were
  weird.
* Hash on the output paths of activated components, not on derivation
  paths.  This is because we don't know the derivation path of already
  installed components anymore, and it allows the installation of
  components by store path (skipping Nix expressions entirely).
* Query options `--out-path' and `--drv-path' to show the output and
  derivation paths of components, respectively (the latter replaces
  the `--expr' query).
2005-02-11 16:56:45 +00:00
..
Makefile.am * Don't create $(localstatedir)/nix/profiles if --disable-init-state 2004-04-22 07:47:41 +00:00
help.txt * Refactoring to support different installation sources in nix-env. 2005-02-11 16:56:45 +00:00
main.cc * Refactoring to support different installation sources in nix-env. 2005-02-11 16:56:45 +00:00
names.cc * Operation `--delete-generations' to delete generations of a 2004-09-10 13:32:08 +00:00
names.hh
profiles.cc * Refactoring to support different installation sources in nix-env. 2005-02-11 16:56:45 +00:00
profiles.hh * Started removing closure store expressions, i.e., the explicit 2005-01-19 11:16:11 +00:00