mirror of
https://github.com/NixOS/nix.git
synced 2025-11-28 13:11: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)
6 lines
210 B
Text
6 lines
210 B
Text
error: dynamic attributes not allowed in inherit
|
|
at /pwd/lang/eval-fail-dynamic-attrs-inherit.nix:5:11:
|
|
4| {
|
|
5| inherit ${"a" + ""};
|
|
| ^
|
|
6| }
|