| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | doc: fix typos | Ben Siraphob | 2025-09-09 | 2 | -5/+5 |
| * | doc: fix typos | Ben Siraphob | 2025-08-27 | 1 | -2/+2 |
| * | treewide: run treefmt with mdcr/nixfmt | Wolfgang Walther | 2025-07-24 | 2 | -7/+16 |
| * | doc: add missing phase hooks | Pol Dellaiera | 2025-04-21 | 1 | -1/+1 |
| * | doc: update Nix code snippets format•••Command: `mdcr --config doc/tests/mdcr-config.toml doc/` | Pol Dellaiera | 2025-04-17 | 3 | -19/+27 |
| * | Merge pull request #312407 from hsjobeki/doc/lib-generators•••doc: init lib.generators reference documentation | Silvan Mosberger | 2024-06-26 | 1 | -1/+1 |
| |\ | |||||
| | * | doc: init lib.generators reference documentation | Johannes Kirschbauer | 2024-05-21 | 1 | -1/+1 |
| * | | doc: Remove unneeded functions/library dir•••All its files were removed years ago! | Silvan Mosberger | 2024-06-15 | 1 | -0/+0 |
| |/ | |||||
| * | treewide: Fix all Nix ASTs in all markdown files•••This allows for correct highlighting and maybe future automatic formatting. The AST was verified to work with nixfmt only. | Janne Heß | 2024-03-28 | 1 | -11/+18 |
| * | Remove top level `with lib;` in docs (#293829) | Philip Taron | 2024-03-06 | 1 | -1/+2 |
| * | lib.fileset: Move introduction section above the functions•••Previously the introductory section and the function listings were in different places. But now nixdoc supports having them together with https://github.com/nix-community/nixdoc/pull/70! | Silvan Mosberger | 2023-11-19 | 1 | -48/+0 |
| * | lib.fileset: Remove "somewhat limited" from the docs•••It's not very limited anymore :) | Silvan Mosberger | 2023-11-08 | 1 | -3/+0 |
| * | lib.fileset: Various updates relating to union/unions•••Also some minor formatting improvements | Silvan Mosberger | 2023-09-21 | 1 | -1/+1 |
| * | lib.fileset.toSource: init | Silvan Mosberger | 2023-09-01 | 1 | -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. | pennae | 2023-07-01 | 2 | -14/+5 |
| * | doc: correct typos and spelling (#237098) | Andrew | 2023-06-11 | 1 | -1/+1 |
| * | doc,nixos/doc: unescape apostrophes•••Leftovers from the CommonMark conversion. | Naïm Favier | 2022-12-27 | 1 | -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 Favier | 2022-12-22 | 1 | -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 Mulligan | 2022-12-08 | 4 | -1867/+4 |
| * | lib: Automatically generate lib.filesytem docs | Silvan Mosberger | 2022-10-26 | 1 | -0/+2 |
| * | nixos/nixpkgs/doc: fix typo in the signature of attrsets.zipAttrs | Théophile Wallez | 2022-03-13 | 1 | -1/+1 |
| * | doc: Fix xref in functions description•••This was accidentally broken by 3c78ad2561a831dcbe6e193465f787019638d56b. | Jan Tojnar | 2021-11-14 | 1 | -2/+2 |
| * | Merge pull request #105494 from alunduil/missing-operator-mapAttr-doc | Doron Behar | 2021-08-07 | 1 | -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 Brandt | 2020-11-30 | 1 | -1/+1 |
| * | | Merge pull request #124875 from hercules-ci/lib-sources•••lib.sources: docs, tests, refactoring | Robert Hensing | 2021-06-28 | 1 | -0/+2 |
| |\ \ | |||||
| | * | | lib.sources: Generate docs | Robert Hensing | 2021-05-29 | 1 | -0/+2 |
| * | | | doc/functions/generators: fix code block•••Small fixup of 606bf6d. | rnhmjoj | 2021-06-22 | 1 | -1/+1 |
| * | | | doc/functions/generators: convert to CommonMark | Ryan Mulligan | 2021-06-11 | 2 | -74/+56 |
| * | | | doc/functions/prefer-remote-fetch: convert to CommonMark | Ryan Mulligan | 2021-06-07 | 2 | -21/+17 |
| * | | | Merge pull request #125957 from ryantm/md-debug•••doc/functions/debug: convert to CommonMark | Ryan Mulligan | 2021-06-07 | 2 | -14/+5 |
| |\ \ \ | |||||
| | * | | | doc/functions/debug: convert to CommonMark | Ryan Mulligan | 2021-06-07 | 2 | -14/+5 |
| * | | | | Merge pull request #125838 from jtojnar/strict-commonmark•••doc: Parse as CommonMark | Ryan Mulligan | 2021-06-07 | 1 | -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 Tojnar | 2021-06-07 | 1 | -2/+2 |
| | |/ / | |||||
| * / / | doc: nix-gitignore to CommonMark•••Closes #125670 | Antoine Martin | 2021-06-05 | 2 | -70/+49 |
| |/ / | |||||
| * | | nixpkgs-manual: lib.attrsets.mapAttrsToList returns a list (#122179) | Erlend Pedersen | 2021-05-08 | 1 | -1/+1 |
| * | | Fix type description for attrByPath•••The output type was missing | Florian Engel | 2021-03-14 | 1 | -1/+1 |
| * | | doc: Format | Robert Hensing | 2021-03-04 | 1 | -4/+2 |
| * | | Merge pull request #105492 from alunduil/assertOneOf-typo | Doron Behar | 2021-02-07 | 1 | -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 Brandt | 2020-11-30 | 1 | -1/+1 |
| | |/ | |||||
| * / | lib/attrsets: add cartesianProductOfSets function | Jacek Galowicz | 2021-01-28 | 1 | -0/+39 |
| |/ | |||||
| * | Merge pull request #68491 from roberth/fix-dontRecurseIntoAttrs•••Fix dontRecurseIntoAttrs + add to lib + doc | Robert Hensing | 2020-03-01 | 1 | -0/+44 |
| |\ | |||||
| | * | Document attrsets.recurseIntoAttrs | Robert Hensing | 2019-09-11 | 1 | -0/+44 |
| * | | fix catAttrs documentation signature | ivann | 2020-01-12 | 1 | -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 Rietdijk | 2019-10-21 | 2 | -146/+0 |
| * | | doc: move overrides into separate chapter | Frederik Rietdijk | 2019-10-21 | 1 | -151/+0 |
| * | | doc: move image builders into new images chapter | Frederik Rietdijk | 2019-10-21 | 6 | -747/+0 |
| * | | doc: move fetchers and trivial builders under builders | Frederik Rietdijk | 2019-10-20 | 2 | -227/+0 |
| * | | doc: re-format | Jan Tojnar | 2019-09-18 | 16 | -617/+186 |
| * | | doc/stdenv: document meson variables | worldofpeace | 2019-09-17 | 2 | -26/+20 |
| |/ | |||||
| * | ociTools: fixing outdated documentation | Katharina Fey | 2019-09-09 | 1 | -3/+3 |
