about summary refs log tree commit diff
path: root/src/libexpr/primops.cc
AgeCommit message (Collapse)AuthorFilesLines
2003-11-25 * Allow integer bindings in derivations.Eelco Dolstra1-0/+7
2003-11-21 * Uninstallation.Eelco Dolstra1-5/+11
2003-11-19 * Refactoring: put the Nix expression evaluator in its own library soEelco Dolstra1-0/+246
that it can be used by multiple programs.