Regression tests for the previous commit. Co-authored-by: Sergei Zimmerman <sergei@zimmerman.foo> Co-authored-by: piegames <git@piegames.de>
7 lines
210 B
Plaintext
7 lines
210 B
Plaintext
error: dynamic attributes not allowed in inherit
|
|
at /pwd/lang/eval-fail-dynamic-attrs-inherit.nix:5:11:
|
|
4| {
|
|
5| inherit ${"a" + ""};
|
|
| ^
|
|
6| }
|