| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 | 1 | -0/+2 |
| * | Revert "lib,doc: remove obvious usages of toString on paths" | Anderson Torres | 2022-11-05 | 1 | -1/+1 |
| * | lib,doc: remove obvious usages of toString on paths•••It gives a warning on the lazy-trees branch of Nix
(NixOS/nix#6530)
one of these was also giving me an error (the one in lib/trivial probably)
```
$ nix build
warning: applying 'toString' to path '/home/artturin/nixgits/my-nixpkgs/nixos/modules/installer/sd-card/sd
-image-aarch64.nix' and then accessing it is deprecated, at /home/artturin/nixgits/my-nixpkgs/lib/modules.
nix:349:99
warning: applying 'toString' to path '/home/artturin/nixgits/my-nixpkgs/.git' and then accessing it is dep
recated, at /home/artturin/nixgits/my-nixpkgs/lib/sources.nix:35:32
warning: applying 'toString' to path '/home/artturin/nixgits/my-nixpkgs/nixos/modules/system/etc/etc.nix'
and then accessing it is deprecated, at «stdin»:0
warning: applying 'toString' to path '/home/artturin/nixgits/my-nixpkgs/nixos/modules/system/etc/etc-activ
ation.nix' and then accessing it is deprecated, at «stdin»:0
warning: applying 'toString' to path '/home/artturin/nixgits/my-nixpkgs/nixos/modules/installer/sd-card/sd
-image-aarch64.nix' and then accessing it is deprecated, at «stdin»:0
error: cannot decode virtual path '/nix/store/virtual0000000000000000000000005-source'
(use '--show-trace' to show detailed location information)
```
| Artturin | 2022-11-06 | 1 | -1/+1 |
| * | lib: Automatically generate lib.filesytem docs | Silvan Mosberger | 2022-10-26 | 1 | -0/+1 |
| * | nixpkgs/doc: generate consistent docbook ids•••to make diff'ing different versions of the generated docs less noisy
| Arnout Engelen | 2022-07-28 | 1 | -0/+1 |
| * | doc: Fix config options reference file links | Robert Hensing | 2022-06-15 | 1 | -0/+15 |
| * | doc: Add Nixpkgs config options reference | Robert Hensing | 2022-05-02 | 1 | -0/+9 |
| * | lib.sources: Generate docs | Robert Hensing | 2021-05-29 | 1 | -0/+1 |
| * | Revert "make-tarball.nix: Restore the 'commit' field in packages.json"•••This reverts commit 5e8545e72341887bb371407a71a723bc0e9c7844.
It breaks eval:
attribute 'rev' missing, at /var/lib/ofborg/checkout/repo/38dca4e3aa6bca43ea96d2fcc04e8229/mr-est/eval-0-gleber.ewr1.nix.ci/pkgs/top-level/make-tarball.nix:106:39
| Florian Klink | 2020-03-29 | 1 | -1/+1 |
| * | make-tarball.nix: Restore the 'commit' field in packages.json•••Also change incorrect 'revision' to 'rev' in the default value for
'nixpkgs' in release.nix.
Fixes https://github.com/NixOS/nixos-homepage/issues/372.
| Eelco Dolstra | 2020-03-29 | 1 | -1/+1 |
| * | doc: organize chapters into parts, and reduce toc depth•••Reorganize the chapters into parts and reduce the TOC depth to make the
TOC useful again. The top-level TOC is very brief, but that is fine
because every part will have its own TOC.
Section titles of languages/frameworks are also simplified to just
the name of the language/framework.
| Frederik Rietdijk | 2019-10-20 | 1 | -1/+1 |
| * | treewide: remove redundant quotes | volth | 2019-08-26 | 1 | -2/+2 |
| * | doc: move parameters to an XML file | Graham Christensen | 2019-07-04 | 2 | -0/+36 |
| * | xmlformat.conf: move to doc-support build | Graham Christensen | 2019-07-04 | 1 | -0/+1 |
| * | docs: Get highlightjs from build symlink | Graham Christensen | 2019-07-04 | 1 | -0/+2 |
| * | docs: get XSL from build / symlink | Graham Christensen | 2019-07-04 | 1 | -0/+1 |
| * | docs: find docbook rng from doc-support | Graham Christensen | 2019-07-04 | 1 | -0/+3 |
| * | docs: get version from doc-support build | Graham Christensen | 2019-07-04 | 1 | -0/+2 |
| * | docs: use a single nix-build for all the generate function docs | Graham Christensen | 2019-07-04 | 3 | -0/+125 |