Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-17 | document identifier syntax for attribute sets | Valentin Gagarin | |
it's more likely for readers to find it right there. this also slightly rewords examples to make them stand out better. in the long run there probably needs to be a dedicated section on formal syntax, and better highlighting of examples. | |||
2023-05-12 | Describe the or operation on attribute sets slightly more | Ana Hobden | |
2023-03-22 | doc: force line breaks where needed | Valentin Gagarin | |
2023-02-07 | docs: Fix formatting of || operator | Felix Uhl | |
This is a workaround for [mdBook#2000](https://github.com/rust-lang/mdBook/issues/2000) | |||
2023-02-07 | docs: Fix broken anchor link | Felix Uhl | |
2023-01-20 | doc: fix update operator description | Florian Paul Schmidt | |
2023-01-19 | Merge pull request #7640 from marceltransier/patch-2 | Eelco Dolstra | |
Fix update operator usage in operators.md | |||
2023-01-19 | Fix update operator usage in operators.md | Marcel Transier | |
2023-01-18 | Fix markdown error in operators.md | Marcel Transier | |
Escape logical or pipe in markdown table according to https://github.github.com/gfm/#example-200 | |||
2023-01-05 | bring back table, extract annotations | Valentin Gagarin | |
this makes the table less unwieldy, and leaves enough space for extensive explanations. | |||
2023-01-05 | add links to documentation for data types | Valentin Gagarin | |
2023-01-05 | use more self-explanatory placeholder names | Valentin Gagarin | |
2023-01-05 | add semantics of overloaded `+` operator | Valentin Gagarin | |
2023-01-05 | reword descriptions of operators | Valentin Gagarin | |
add notes on semantics where appropriate | |||
2023-01-05 | convert table to subsections | Valentin Gagarin | |
this form is much easier to maintain (also with minimal diffs), and allows for more details on each operator. this change a purely mechanical transformation, without changing any contents. | |||
2023-01-05 | reorder columns | Valentin Gagarin | |
this is for a simpler transformation into a series of subsections | |||
2022-08-04 | manual: remove "Writing Nix Expressions" chapter | Valentin Gagarin | |
it is out of date, all over the place in level of detail, is really about `nixpkgs`, and in general instructions should not be part of a reference manual. also: - update redirects and internal links - use "Nix language" consistently |