about summary refs log tree commit diff
path: root/src/libstore/derivations-ast.def
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-02-09T09·50+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-02-09T09·50+0000
commit582e01c06f9ecee25a31c34562926b41dc2856eb (patch)
treeddb6236f949485e3b5b960d66862c45fbdf32207 /src/libstore/derivations-ast.def
parentc5474398433225e40c8868b0952aebe36da2c849 (diff)
* Automatically upgrade <= 0.7 Nix stores to the new schema (so that
  existing user environments continue to work).
* `nix-store --verify': detect incomplete closures.  

Diffstat (limited to 'src/libstore/derivations-ast.def')
-rw-r--r--src/libstore/derivations-ast.def3
1 files changed, 3 insertions, 0 deletions
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 |