mirror of
https://github.com/NixOS/nix.git
synced 2025-11-28 21:21:00 +01:00
Regression tests for the previous commit. Co-authored-by: Sergei Zimmerman <sergei@zimmerman.foo> Co-authored-by: piegames <git@piegames.de>
5 lines
172 B
Text
5 lines
172 B
Text
error: dynamic attributes not allowed in let
|
|
at /pwd/lang/eval-fail-dynamic-attrs-let.nix:1:1:
|
|
1| let
|
|
| ^
|
|
2| ${"a" + ""} = 1;
|