Closed tejing1 closed 2 years ago
https://book.divnix.com/ch05-01-language-basics.html#attribute-set-attr-set should probably mention that you can set keys in nested attrsets with foo.bar =, and that you can set multiple keys under the same top-level key with multiple lines, not necessarily grouped together:
foo.bar =
{ foo.bar = 1; quux = 2; foo.baz = 3; }
The fact that this also works for lets... we can probably skip. :-P
let
oh yea, how did I forget this... lol
https://book.divnix.com/ch05-01-language-basics.html#attribute-set-attr-set should probably mention that you can set keys in nested attrsets with
foo.bar =
, and that you can set multiple keys under the same top-level key with multiple lines, not necessarily grouped together:The fact that this also works for
let
s... we can probably skip. :-P