summary refs log tree commit diff
path: root/doc/functions/library/attrsets.xml
Commit message (Collapse)AuthorAge
* nixos/nixpkgs/doc: fix typo in the signature of attrsets.zipAttrsThéophile Wallez2022-03-13
|
* doc: Fix xref in functions descriptionJan Tojnar2021-11-14
| | | | This was accidentally broken by 3c78ad2561a831dcbe6e193465f787019638d56b.
* Merge pull request #105494 from alunduil/missing-operator-mapAttr-docDoron Behar2021-08-07
|\
| * nixos/nixpkgs/doc: add missing operator to attrsets.mapAttrs example.Alex Brandt2020-11-30
| | | | | | | | | | It looks like this operator was missing (just a dropped +) unless I'm missing something unexpected about the Nix syntax I've forgotten.
* | doc: Use markdown syntax for xrefsJan Tojnar2021-06-07
| | | | | | | | | | | | Syntax is taken from MyST: https://myst-parser.readthedocs.io/en/latest/using/syntax.html#targets-and-cross-referencing
* | nixpkgs-manual: lib.attrsets.mapAttrsToList returns a list (#122179)Erlend Pedersen2021-05-08
| |
* | Fix type description for attrByPathFlorian Engel2021-03-14
| | | | | | | | The output type was missing
* | doc: FormatRobert Hensing2021-03-04
| |
* | lib/attrsets: add cartesianProductOfSets functionJacek Galowicz2021-01-28
|/
* Merge pull request #68491 from roberth/fix-dontRecurseIntoAttrsRobert Hensing2020-03-01
|\ | | | | Fix dontRecurseIntoAttrs + add to lib + doc
| * Document attrsets.recurseIntoAttrsRobert Hensing2019-09-11
| |
* | fix catAttrs documentation signatureivann2020-01-12
| |
* | doc: re-formatJan Tojnar2019-09-18
|/
* nixpkgs docs: document recursivelyUpdateGraham Christensen2018-10-12
|
* nixpkgs docs: document recursivelyUpdateUntilGraham Christensen2018-10-12
|
* nixpkgs docs: document zipAttrsGraham Christensen2018-10-12
|
* nixpkgs docs: document zipAttrsWithGraham Christensen2018-10-12
|
* nixpkgs docs: Clarify zipAttrsWithNames's docsGraham Christensen2018-10-12
|
* nixpkgs docs: document zipAttrsWithNamesGraham Christensen2018-10-12
|
* nixpkgs docs: document optionalAttrsGraham Christensen2018-10-12
|
* nixpkgs docs: document toDerivationGraham Christensen2018-10-12
|
* nixpkgs docs: document isDerivationGraham Christensen2018-10-12
|
* nixpkgs docs: document genAttrsGraham Christensen2018-10-12
|
* nixpkgs docs: document mapAttrsRecursiveCondGraham Christensen2018-10-12
|
* nixpkgs docs: finish up mapAttrsRecursiveGraham Christensen2018-10-12
|
* Generate links to function definitionsGraham Christensen2018-10-05
| | | | | | | | | | Hydra passes the full revision in to the input, which we pass through. If we don't get this ,we try to get it from other sources, or default to master which should have the definition in a close-ish location. All published docs should have theURL resolve properly, only local hackers will have the link break.
* nixpkgs: Start documenting library functions in XMLGraham Christensen2018-10-05
Covers assert functions and about half of the attrsets functions. Some internal consistency around IDs could be improved.