diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-17T14·01+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-10-17T14·01+0000 |
commit | 24737f279e6f1e0fd079609b9397deb867925324 (patch) | |
tree | b2c8b9938227aebd9ebd31b6016f9304443bbb3c /src/libexpr | |
parent | 4bd5cdb90b980bd5e0eec86bf3fcfdd3b07946d1 (diff) |
* Backwards compatibility with old user environment manifests.
Diffstat (limited to 'src/libexpr')
-rw-r--r-- | src/libexpr/nixexpr-ast.def | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libexpr/nixexpr-ast.def b/src/libexpr/nixexpr-ast.def index fe5fe71b0a05..c7029e927047 100644 --- a/src/libexpr/nixexpr-ast.def +++ b/src/libexpr/nixexpr-ast.def @@ -44,6 +44,7 @@ Int | int | Expr | # # For canonicity, the store paths should be in sorted order. Str | string ATermList | Expr | +Str | string | Expr | ObsoleteStr # A path is a reference to a file system object that is to be copied # to the Nix store when used as a derivation attribute. When it is @@ -67,7 +68,7 @@ Bool | ATerm | Expr | Null | | Expr | Bind | string Expr Pos | ATerm | -Bind | string Expr | ATerm | Bind2 +Bind | string Expr | ATerm | ObsoleteBind Inherit | Expr ATermList Pos | ATerm | Scope | | Expr | |