about summary refs log tree commit diff
path: root/src/libexpr/nix.sdf
AgeCommit message (Collapse)AuthorFilesLines
2003-11-22 * Maintain integrity of the substitute and successor mappings whenEelco Dolstra1-1/+2
deleting a path in the store. * Allow absolute paths in Nix expressions. * Get nix-prefetch-url to work again. * Various other fixes.
2003-11-19 * Refactoring: put the Nix expression evaluator in its own library soEelco Dolstra1-0/+209
that it can be used by multiple programs.