guix/src/libexpr
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
..
eval.cc * string2ATerm -> overloaded toATerm. 2004-11-03 18:12:03 +00:00
eval.hh
lexer.l * Bug fix in parsing of /* ... */ comments; due to longest match 2004-10-27 13:00:31 +00:00
Makefile.am * Missing dependency; only a problem when building from Subversion. 2005-01-27 19:00:48 +00:00
nixexpr-ast.def * Drop ATmake / ATMatcher also in handling store expressions. 2004-10-29 11:22:49 +00:00
nixexpr.cc * Renamed normalise.cc' -> build.cc', `storeexprs.cc' -> 2005-01-19 16:39:47 +00:00
nixexpr.hh
parser.cc * string2ATerm -> overloaded toATerm. 2004-11-03 18:12:03 +00:00
parser.hh
parser.y * string2ATerm -> overloaded toATerm. 2004-11-03 18:12:03 +00:00
primops.cc * Refactoring to support different installation sources in nix-env. 2005-02-11 16:56:45 +00:00