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
7 lines
368 B
Plaintext
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| }
|