Files
lix/tests/functional2/lang/attrs-dynamic-rec/in.nix
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

6 lines
60 B
Nix

rec {
yep = "bar";
foo = yep;
${foo} = "awa";
}