From 96de272b48f8e9bdabffddb699ed4f2292d4f1d7 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 19 Jan 2005 16:39:47 +0000 Subject: * Renamed `normalise.cc' -> `build.cc', `storeexprs.cc' -> `derivations.cc', etc. * Store the SHA-256 content hash of store paths in the database after they have been built/added. This is so that we can check whether the store has been messed with (a la `rpm --verify'). * When registering path validity, verify that the closure property holds. --- src/libstore/derivations-ast.def | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/libstore/derivations-ast.def (limited to 'src/libstore/derivations-ast.def') diff --git a/src/libstore/derivations-ast.def b/src/libstore/derivations-ast.def new file mode 100644 index 000000000000..2dce8de12c01 --- /dev/null +++ b/src/libstore/derivations-ast.def @@ -0,0 +1,6 @@ +init initDerivationsHelpers + +Derive | ATermList ATermList ATermList string string ATermList ATermList | ATerm | + +| string string | ATerm | EnvBinding | +| string string string string | ATerm | DerivationOutput | -- cgit 1.4.1