Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-04 | Minor typo | JorisE | |
2019-05-21 | doc: 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-31 | docs: Add IDs to important sections | Graham Christensen | |
2018-01-27 | Improve manual on inheriting attributes | Eric Wolf | |
Expands first paragraph a bit Adds a more comprehensive example | |||
2017-10-26 | Describe "with" scoping precedence | Orivej Desh | |
2016-08-26 | doc: move set functor para to Sets section | Domen Kožar | |
2016-05-30 | Update language-constructs.xml | Joachim Schiele | |
2016-05-30 | Update language-constructs.xml | Joachim Schiele | |
2015-07-07 | extended args@ explanation | Joachim Schiele | |
2014-11-15 | Document functors | Shea Levy | |
2014-08-27 | Restructuring the Nix manual | Mikey Ariel | |