summaryrefslogtreecommitdiff
path: root/doc/functions (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* treewide: use runtimeShell instead of stdenv.shell whenever possible•••Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well. Jörg Thalheim2019-02-261-2/+2
* Merge pull request #54693 from tilpner/appimage-tools•••appimageTools: initGraham Christensen2019-02-231-0/+121
|\
| * appimageTools: init•••The appimageTools attrset contains utilities to prevent the usage of appimage-run to package AppImages, like done/attempted in #49370 and #53156. This has the advantage of allowing for per-package environment changes, and extracts into the store instead of the users home directory. The package list was extracted into appimageTools to prevent duplication. tilpner2019-02-231-0/+121
* | nix-gitignore: init at v3.0.0 (#46112)•••closes siers/nix-gitignore#6Raitis Veinbahs2019-02-181-0/+78
* | Fix typos in docker tools docsAlexandre Esteves2019-01-301-7/+7
* | nixpkgs/manual: add one more fix for a missed reviewMatthew Bauer2019-01-271-3/+4