lix/src
Eelco Dolstra b357284a32 * Fallback didn't work for subderivations of an unnormalised the main
derivation, since NormalisationGoal would first run a
  NormalisationGoal on the subderivation (a no-op, since in a
  situation where we need fallback the successor is known), and then
  runs a RealisationGoal on the normal form, which then cannot do a
  fallback because it doesn't know the derivation expression for which
  it is a normal form.

  Tossed out the 2-phase normalisation/realisation in
  NormalisationGoal and SubstitutionGoal since it's no longer needed -
  a RealisationGoal will run a NormalisationGoal if necessary.
2004-09-12 19:08:57 +00:00
..
bin2c * "Fix expression" -> "Nix expression". 2003-11-18 12:06:07 +00:00
boost * This is also useful. 2004-06-18 16:52:31 +00:00
libexpr * A very dirty hack to make setuid installations a bit nicer to use. 2004-09-09 21:12:53 +00:00
libmain * Operation `--delete-generations' to delete generations of a 2004-09-10 13:32:08 +00:00
libstore * Fallback didn't work for subderivations of an unnormalised the main 2004-09-12 19:08:57 +00:00
libutil * Operation `--delete-generations' to delete generations of a 2004-09-10 13:32:08 +00:00
log2xml * Do not close a nesting level twice after close() has been 2004-03-27 15:33:19 +00:00
nix-env * Operation `--delete-generations' to delete generations of a 2004-09-10 13:32:08 +00:00
nix-hash * Allow linking against an external Berkeley DB / ATerm library. 2004-02-16 16:37:16 +00:00
nix-instantiate * Nix-instantiate now accepts sets of derivations (just like nix-env). 2004-07-01 14:25:26 +00:00
nix-store * Operation `--delete-generations' to delete generations of a 2004-09-10 13:32:08 +00:00
Makefile.am * A very dirty hack to make setuid installations a bit nicer to use. 2004-09-09 21:12:53 +00:00