about summary refs log tree commit diff
path: root/src/libstore/storeexpr-ast.def
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/storeexpr-ast.def')
-rw-r--r--src/libstore/storeexpr-ast.def7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libstore/storeexpr-ast.def b/src/libstore/storeexpr-ast.def
new file mode 100644
index 000000000000..9d2433dbe4be
--- /dev/null
+++ b/src/libstore/storeexpr-ast.def
@@ -0,0 +1,7 @@
+init initStoreExprHelpers
+
+Closure | ATermList ATermList | ATerm |
+Derive | ATermList ATermList string string ATermList ATermList | ATerm |
+
+| string string | ATerm | EnvBinding |
+| string ATermList | ATerm | ClosureElem |