| Commit message (Expand) | Author | Age | Files | Lines |
| * | nixos: Elaborate documentation for fileSystems.* options | Shelvacu | 2025-05-07 | 1 | -0/+2 |
| * | doc/rl-2505: document systemd-ssh-generator changes | Marie Ramlow | 2025-03-15 | 1 | -0/+2 |
| * | nixos/btrbk: add snapshotOnly option | cy | 2025-01-03 | 1 | -0/+1 |
| * | doc/manpage-urls.json: sort alphabetically•••This will hopefully reduce future diffs, as JSON doesn't have a trailing
comma for lists, and it's unlikely that new commands will be added after
the letter `v`. Sorting this list alphabetically also makes it slightly
more organised.
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
| Fernando Rodrigues | 2024-12-10 | 1 | -153/+151 |
| * | nixos/bat: init bat module•••Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
| Fernando Rodrigues | 2024-12-10 | 1 | -1/+2 |
| * | doc: improve fetchers overview, deduplicate readme content, follow doc conven...•••* doc: improve fetchers overview, deduplicate readme content
* Improve caveat explanation and some fetchurl content
* move out consumer docs on source fetching
* move note on mirror URLs to the relevant section
this may be better suited for the `fetchurl` reference, but it's probably better to
just render that information into the manual. for now, because
- contributor documentation encourages mirrors
- we can expect contributors to dig into the source
- linking source files is trivial in in-code documentation
we leave it there.
* move instructions for updating hashes to the manual
* Add more clarity on text, reorganise source hash methods
---------
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Co-authored-by: Dominic Mills-Howell <dominic.millz27@gmail.com>
Co-authored-by: lolbinarycat <dogedoge61+github@gmail.com> | Daniel Sidhion | 2024-04-03 | 1 | -1/+3 |
| * | doc: update docs for portableService, follow doc conventions | DS | 2024-02-29 | 1 | -1/+2 |
| * | doc: update docs in ociTools, follow doc conventions | DS | 2024-02-29 | 1 | -0/+1 |
| * | doc: update buildNixShellImage docs, add streamNixShellImage docs | DS | 2024-02-08 | 1 | -1/+2 |
| * | doc: update environment helpers in dockerTools docs, add fakeNss section•••Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
| DS | 2024-02-01 | 1 | -1/+4 |
| * | doc/manpage-urls.json: Fix link to gnunet's manual | nicoo | 2023-12-18 | 1 | -1/+1 |
| * | doc/manpage-urls.json: Add *all* systemd manpages•••and add the generating script to `maintainers/scripts/doc`
| nicoo | 2023-12-12 | 1 | -3/+287 |
| * | nixos/xdg/portal: Add config and configPackages option•••In x-d-p 1.17, when no configs are given, you apps will likely not
able to find a backend. Let users aware of the changes.
| Bobby Rong | 2023-11-21 | 1 | -0/+2 |
| * | doc/manpage-urls.json: add gnunet.conf | Naïm Favier | 2023-01-21 | 1 | -0/+1 |
| * | doc/manpage-urls.json: add mpd | Naïm Favier | 2023-01-21 | 1 | -1/+3 |
| * | doc: separate manpage URLs from the Pandoc filter•••Move the manpage-to-URL mapping to `doc/manpage-urls.json` so that we can
reuse that file elsewhere, and generate the `link-manpages.lua` filter from
that file.
Also modify the Pandoc filter so that it doesn't wrap manpages that are
already inside a link.
Keeping a Lua filter is essential for speed: a Python filter would
increase the runtime `md-to-db.sh` from ~20s to ~30s (but Python is not
to blame; marshalling Pandoc types to and from JSON is a costly operation).
Parsing in Lua seems tedious, so I went with the Nix way.
| Naïm Favier | 2023-01-02 | 1 | -0/+29 |