aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/expressions/language-constructs.xml
AgeCommit message (Collapse)Author
2019-06-04Minor typoJorisE
2019-05-21doc: clarify that optional attrs in a function argument will be ignored ↵Maximilian Bosch
unless specified In `args@{ a ? 1 }: /* ... */` the value `a` won't be a part of `args` unless it's specified when calling the function, the default value will be ignored in this case. My personal point of view is that this behavior is a matter of taste, at least I was pretty sure that unmatched arguments will be a part of `args@` while debugging some Nix code last week. I decided to add a warning to the docs which hopefully reduces the confusion of further Nix developers who thought the same about `args@`.
2018-08-31docs: Add IDs to important sectionsGraham Christensen
2018-01-27Improve manual on inheriting attributesEric Wolf
Expands first paragraph a bit Adds a more comprehensive example
2017-10-26Describe "with" scoping precedenceOrivej Desh
2016-08-26doc: move set functor para to Sets sectionDomen Kožar
2016-05-30Update language-constructs.xmlJoachim Schiele
2016-05-30Update language-constructs.xmlJoachim Schiele
2015-07-07extended args@ explanationJoachim Schiele
2014-11-15Document functorsShea Levy
2014-08-27Restructuring the Nix manualMikey Ariel