mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 20:51:00 +01:00
Without a follow-up revert these tests will fail.
Co-authored-by: Sergei Zimmerman <sergei@zimmerman.foo>
Co-authored-by: piegames <git@piegames.de>
(cherry picked from commit 0c0a41a81a)
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;
|