summary refs log tree commit diff
path: root/doc/functions
Commit message (Collapse)AuthorAge
...
* | Fix typos in docker tools docsAlexandre Esteves2019-01-30
| |
* | nixpkgs/manual: add one more fix for a missed reviewMatthew Bauer2019-01-27
| |
* | nixpkgs/manual: address review commentsMatthew Bauer2019-01-27
| | | | | | | | Mostly taken from requested changes exactly as recommended.
* | nixpkgs/manual: add trivial builders sectionMatthew Bauer2019-01-26
| | | | | | | | Fixes #25507.
* | nixpkgs/manual: document fetcher functionsMatthew Bauer2019-01-26
|/ | | | Fixes #32439.
* prefer-fetch-remote: an overlay to fetch on remote buildersJörg Thalheim2019-01-18
| | | | | | This is useful when running tools like NixOps or nix-review on workstations where the upload to the builder is significantly slower then downloading the source on the builder itself.
* doc: Add automatic generation of library function documentationVincent Ambo2019-01-04
| | | | | | | | | | | Modifies the build process of the manual to invoke nixdoc automatically to generate XML files with function documentation. Currently documentation is present for five of the files in `lib/`. To add another file to the generated docs, both `doc/functions/library.xml` and `doc/lib-function-docs.nix` must be updated.
* Merge pull request #47430 from roberth/nixpkgs-extendJohn Ericson2018-10-23
|\ | | | | pkgs.extend for adding overlays
| * doc: Add link from overrides to overlaysRobert Hensing2018-10-19
| |
| * doc: Improve overrides and overlays documentationRobert Hensing2018-10-18
| |
| * nixpkgs docs: Point to pkgs.extend, pkgs.appendOverlays and improve override ↵Robert Hensing2018-10-18
| | | | | | | | section
* | nixpkgs docs: Fix tiny typo (#48477)Ingo Blechschmidt2018-10-23
|/
* 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.
* nixpkgs docs: ReformatGraham Christensen2018-10-02
|
* shell functions: rewrite as xmlGraham Christensen2018-10-02
|
* nixpkgs docs: move shell section to its own fileGraham Christensen2018-10-02
|
* nixpkgs docs: move dockertool to its own fileGraham Christensen2018-10-02
|
* nixpkgs docs: move fhs-environments to its own fileGraham Christensen2018-10-02
|
* nixpkgs docs: move debug to its own fileGraham Christensen2018-10-02
|
* nixpkgs docs: move generators to its own fileGraham Christensen2018-10-02
|
* nixpkgs docs: move overrides to its own fileGraham Christensen2018-10-02