Files
lix/tests/functional2/lang/attrs-dynamic-rec/parse-okay.out.exp
T
piegamesandCommentator2.0 af166146ff nix::parser::State::addAttr: Forbid dynamic attrs in recursive attrsets
Co-authored-by: Commentator2.0 <lix@crystal-cavern.systems>
Change-Id: I92656b3b27f551bf286abc0d680c4a1c542337d7
2026-01-31 15:32:27 +01:00

19 lines
285 B
Plaintext

_type: ExprSet
attrs:
foo:
_type: ExprVar
value: yep
yep:
_type: ExprLiteral
value: bar
valueType: String
dynamicAttrs:
- name:
_type: ExprVar
value: foo
value:
_type: ExprLiteral
value: awa
valueType: String
recursive: true