1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-17 07:52:43 +01:00

* In string contexts containing derivations

(e.g. "${somePkg}/bin/foo"), store the original derivation
  expression in the context.
This commit is contained in:
Eelco Dolstra 2010-01-31 20:08:57 +00:00
parent 25fc95d56d
commit 6d1abdc6d9
12 changed files with 123 additions and 101 deletions

View file

@ -45,6 +45,8 @@ Int | int | Expr |
Str | string ATermList | Expr |
Str | string | Expr | ObsoleteStr
ContextElem | string Expr | ContextElem |
# Internal to the parser, doesn't occur in ASTs.
IndStr | string | Expr |