nixpkgs/doc
pennae 2f76a3df64 doc: don't use docbook program listings/callouts
nixos-render-docs does not support this, and since the examples are
small there isn't that much value in callouts here. change them to
simple MD code blocks and lists instead.
2023-06-10 18:17:05 +02:00
..
build-aux/pandoc-filters treewide: switch builtins.fromJSON(builtins.readFile ./file.json) to lib.importJSON ./file.json #2 2023-05-06 16:20:13 +02:00
builders doc: normalize markdown for nixos-render-docs 2023-06-10 18:17:05 +02:00
contributing coding-conventions: include the preceding upstream version when packaging a commit without a version attached 2023-06-02 13:27:25 +02:00
doc-support lib/modules: Move class out of specialArgs 2023-05-06 18:32:58 +02:00
functions
hooks doc: make sure section depths are consecutive 2023-06-10 18:17:04 +02:00
languages-frameworks doc: don't use docbook program listings/callouts 2023-06-10 18:17:05 +02:00
module-system lib.modules: configurationClass -> class 2023-05-06 18:32:59 +02:00
old
stdenv doc: normalize markdown for nixos-render-docs 2023-06-10 18:17:05 +02:00
using
.gitignore doc/.gitignore: add media 2023-04-13 12:24:04 -07:00
default.nix doc/default.nix: make the manual build on more than one core (#225921) 2023-04-25 14:37:50 +02:00
functions.xml
Makefile doc/default.nix: make the manual build on more than one core (#225921) 2023-04-25 14:37:50 +02:00
manpage-urls.json Remove unused reference 2023-04-09 21:56:55 +02:00
manual.xml doc: Add Module System chapter start 2023-05-06 18:29:05 +02:00
overrides.css
preface.chapter.md
README.md
shell.nix
style.css

Nixpkgs/doc

This directory houses the sources files for the Nixpkgs manual.

You can find the rendered documentation for Nixpkgs unstable on nixos.org.

Docs for Nixpkgs stable are also available.

If you want to contribute to the documentation, here's how to do it.

If you're only getting started with Nix, go to nixos.org/learn.