summaryrefslogtreecommitdiff
path: root/doc/functions (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib.fileset: Various updates relating to union/unions•••Also some minor formatting improvements Silvan Mosberger2023-09-211-1/+1
* lib.fileset.toSource: initSilvan Mosberger2023-09-011-0/+51
* doc: render nixpkgs manual with nrd•••also updates nixdoc to 2.3.0. the nixdoc update is not a separate commit because that would leave the manual build broken for one commit, potentially breaking bisects and rebases. pennae2023-07-012-14/+5
* doc: correct typos and spelling (#237098)Andrew2023-06-111-1/+1
* doc,nixos/doc: unescape apostrophes•••Leftovers from the CommonMark conversion. Naïm Favier2022-12-271-2/+2
* doc/lib-functions: remove warnings•••Building the nixpkgs manual currently triggers a bunch of deprecation warnings, because every attribute in `lib` is evaluated to see if it's an attrset to generate locations for. Instead, share the lib subsets to include in the documentation between `lib-function-docs` and `lib-function-locations` so they can coordinate. Also generate the list of sections instead of duplicating it in `library.xml`. Naïm Favier2022-12-221-21/+3
* doc: auto-generate asserts and attrset library docs•••If all the docs are auto-generated, it should be easier to convert them to Commonmark. Co-Authored-By: Valentin Gagarin <valentin.gagarin@tweag.io> Co-Authored-By: Silvan Mosberger <contact@infinisil.com> Ryan Mulligan2022-12-084-1867/+4
* lib: Automatically generate lib.filesytem docsSilvan Mosberger2022-10-261-0/+2
* nixos/nixpkgs/doc: fix typo in the signature of attrsets.zipAttrsThéophile Wallez2022-03-131-1/+1
* doc: Fix xref in functions description•••This was accidentally broken by 3c78ad2561a831dcbe6e193465f787019638d56b. Jan Tojnar2021-11-141-2/+2
* Merge pull request #105494 from alunduil/missing-operator-mapAttr-docDoron Behar2021-08-071-1/+1
|\
| * nixos/nixpkgs/doc: add missing operator to attrsets.mapAttrs example.•••It looks like this operator was missing (just a dropped +) unless I'm missing something unexpected about the Nix syntax I've forgotten. Alex Brandt2020-11-301-1/+1
* | Merge pull request #124875 from hercules-ci/lib-sources•••lib.sources: docs, tests, refactoringRobert Hensing2021-06-281-0/+2
|\ \
| * | lib.sources: Generate docsRobert Hensing2021-05-291-0/+2
* | | doc/functions/generators: fix code block•••Small fixup of 606bf6d. rnhmjoj2021-06-221-1/+1
* | | doc/functions/generators: convert to CommonMarkRyan Mulligan2021-06-112-74/+56
* | | doc/functions/prefer-remote-fetch: convert to CommonMarkRyan Mulligan2021-06-072-21/+17
* | | Merge pull request #125957 from ryantm/md-debug•••doc/functions/debug: convert to CommonMarkRyan Mulligan2021-06-072-14/+5
|\ \ \
| * | | doc/functions/debug: convert to CommonMarkRyan Mulligan2021-06-072-14/+5
* | | | Merge pull request #125838 from jtojnar/strict-commonmark•••doc: Parse as CommonMarkRyan Mulligan2021-06-071-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | doc: Use markdown syntax for xrefs•••Syntax is taken from MyST: https://myst-parser.readthedocs.io/en/latest/using/syntax.html#targets-and-cross-referencing Jan Tojnar2021-06-071-2/+2
| |/ /
* / / doc: nix-gitignore to CommonMark•••Closes #125670 Antoine Martin2021-06-052-70/+49
|/ /
* | nixpkgs-manual: lib.attrsets.mapAttrsToList returns a list (#122179)Erlend Pedersen2021-05-081-1/+1
* | Fix type description for attrByPath•••The output type was missing Florian Engel2021-03-141-1/+1
* | doc: FormatRobert Hensing2021-03-041-4/+2
* | Merge pull request #105492 from alunduil/assertOneOf-typoDoron Behar2021-02-071-1/+1
|\ \
| * | nixos/nixpkgs/docs: fix typo in assertOneOf example•••This example was confusing at first because the element the message indicated wasn't in the list of possible values was but the possible values didn't match up either. This ensures the example is consistent with the logic being presented. Alex Brandt2020-11-301-1/+1
| |/
* / lib/attrsets: add cartesianProductOfSets functionJacek Galowicz2021-01-281-0/+39
|/
* Merge pull request #68491 from roberth/fix-dontRecurseIntoAttrs•••Fix dontRecurseIntoAttrs + add to lib + docRobert Hensing2020-03-011-0/+44
|\
| * Document attrsets.recurseIntoAttrsRobert Hensing2019-09-111-0/+44
* | fix catAttrs documentation signatureivann2020-01-121-1/+1
* | doc: move fhs and mkShell under builders/special•••In my opinion Functions should only contain pure functions. These are both meant to provide derivations so I put them under Builders. Don't know exactly *where* to put them so "special" it is... Frederik Rietdijk2019-10-212-146/+0
* | doc: move overrides into separate chapterFrederik Rietdijk2019-10-211-151/+0
* | doc: move image builders into new images chapterFrederik Rietdijk2019-10-216-747/+0
* | doc: move fetchers and trivial builders under buildersFrederik Rietdijk2019-10-202-227/+0
* | doc: re-formatJan Tojnar2019-09-1816-617/+186
* | doc/stdenv: document meson variablesworldofpeace2019-09-172-26/+20
|/
* ociTools: fixing outdated documentationKatharina Fey2019-09-091-3/+3
* ociTools: initKatharina Fey2019-09-041-0/+76
* doc/functions/dockertools.xml: clarify that "Commands" means shell commands•••Co-Authored-By: Jon <jonringer@users.noreply.github.com>Graham Christensen2019-08-151-1/+1
* dockertools.buildLayeredImage: default layer count up to 100Graham Christensen2019-08-121-1/+4
* dockerTools: document extraCommandsGraham Christensen2019-08-121-0/+13
* doc: fix after snaptools mergeGraham Christensen2019-07-103-2/+42
* snapTools.makeSnap: initGraham Christensen2019-06-181-0/+74
* doc: Use prompt more oftenJan Tojnar2019-06-171-9/+9
* doc: fix spurious whitespaceJan Tojnar2019-06-174-24/+24
* Merge pull request #58360 from xtruder/pkgs/dockerTools/nix-prefetch-docker•••dockerTools: add nix-prefetch-docker scriptJaka Hudoklin2019-04-061-12/+29
|\
| * dockerTools: add nix-prefetch-docker scriptJaka Hudoklin2019-04-061-12/+29
* | dockerTools: add finalImageName parameter for pullImageJaka Hudoklin2019-03-261-7/+16
|/
* doc: format the documentation (#57102)Wael Nasreddine2019-03-087-300/+283