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:
parent
25fc95d56d
commit
6d1abdc6d9
12 changed files with 123 additions and 101 deletions
|
|
@ -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 |
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue