Files
lix/tests/functional2/lang/attrs-dynamic-rec/parse-okay-warn.err.exp
T
piegames ef2fd27467 deprecated-features/rec-set-dynamic-attrs: Downgrade to warning for now
Looks like too much stuff is breaking on this, so let's make it only a
warning for now to ease transition

Change-Id: I52d50ceb1fe1fbe9f4e28d0aabf3537f7e4d52d1
2026-02-11 12:24:35 +01:00

7 lines
368 B
Plaintext

warning: dynamic attributes are not allowed within recursive attrsets, because they would be evaluated separately from the other recursive attributes. Use --extra-deprecated-features rec-set-dynamic-attrs to disable this error.
at /pwd/in.nix:4:5:
3| foo = yep;
4| ${foo} = "awa";
| ^
5| }