From 582e01c06f9ecee25a31c34562926b41dc2856eb Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 9 Feb 2005 09:50:29 +0000 Subject: * Automatically upgrade <= 0.7 Nix stores to the new schema (so that existing user environments continue to work). * `nix-store --verify': detect incomplete closures. --- src/libstore/derivations-ast.def | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libstore/derivations-ast.def') diff --git a/src/libstore/derivations-ast.def b/src/libstore/derivations-ast.def index 38689845883b..574529ae76c5 100644 --- a/src/libstore/derivations-ast.def +++ b/src/libstore/derivations-ast.def @@ -5,3 +5,6 @@ Derive | ATermList ATermList ATermList string string ATermList ATermList | ATerm | string string | ATerm | EnvBinding | | string ATermList | ATerm | DerivationInput | | string string string string | ATerm | DerivationOutput | + +Closure | ATermList ATermList | ATerm | OldClosure | +| string ATermList | ATerm | OldClosureElem | -- cgit 1.4.1