Co-authored-by: Commentator2.0 <lix@crystal-cavern.systems> Change-Id: I92656b3b27f551bf286abc0d680c4a1c542337d7
7 lines
356 B
Plaintext
7 lines
356 B
Plaintext
error: 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| }
|