summary refs log tree commit diff
path: root/doc/functions/library
Commit message (Collapse)AuthorAge
* 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.