We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
foo.bar =
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 = 1; quux = 2; foo.baz = 3; }
The fact that this also works for lets... we can probably skip. :-P
let
The text was updated successfully, but these errors were encountered:
oh yea, how did I forget this... lol
Sorry, something went wrong.
3261620
No branches or pull requests
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. :-PThe text was updated successfully, but these errors were encountered: