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/libexpr/nixexpr.cc | 2 +- src/libexpr/primops.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libexpr') diff --git a/src/libexpr/nixexpr.cc b/src/libexpr/nixexpr.cc index d806a9130..2c49ecd05 100644 --- a/src/libexpr/nixexpr.cc +++ b/src/libexpr/nixexpr.cc @@ -1,5 +1,5 @@ #include "nixexpr.hh" -#include "storeexpr.hh" +#include "derivations.hh" #include "nixexpr-ast.hh" diff --git a/src/libexpr/primops.cc b/src/libexpr/primops.cc index 12cc272f7..9335ee313 100644 --- a/src/libexpr/primops.cc +++ b/src/libexpr/primops.cc @@ -1,4 +1,4 @@ -#include "normalise.hh" +#include "build.hh" #include "eval.hh" #include "globals.hh" #include "nixexpr-ast.hh" -- cgit v1.2.3