Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-05 | manual: Add some anchor targets for the nix.conf options | Théophane Hufschmitt | |
For each `nix.conf` option, add an empty html node with a unique `id` that can be used as an anchor target. Also make the name of the option be a link to that target so that it’s easily discoverable. We can’t rewrite the whole list as an html definition list like it’s done for the builtins because these options also appear in a man page, and the manpage renderer (lowdown) can’t render arbitrary html. But the hack here allows to keep the manpage and have the links in the html version. Fix https://github.com/NixOS/nix/issues/5745 | |||
2022-02-15 | manual: fix formatting for options with "machine-specific" defaults | Rahul Butani | |
2021-12-01 | reproducibility: hide non-reproducible settings from manual | Arthur Gautier | |
Because the manual is generated from default values which are themselves generated from various sources (cpuid, bios settings (kvm), number of cores). This commit hides non-reproducible settings from the manual output. | |||
2020-09-24 | Update document generation for empty json object values. | Kevin Quick | |
2020-09-16 | jq -> nix | Eelco Dolstra | |