nixpkgs/doc
pennae b521f451a3 doc-support: don't expose locationsXml
nothing except function docs uses this, so we need not expose it. we'll
be reworking this entire section of the build anyway, with the target of
breaking up doc-support as it is now.
2023-07-01 20:27:29 +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 doc/contributing/review-contributions: fix small typo (#237186) 2023-06-11 14:54:35 +02:00
doc-support doc-support: don't expose locationsXml 2023-07-01 20:27:29 +02:00
functions doc: correct typos and spelling (#237098) 2023-06-11 02:15:43 +02:00
hooks doc: make sure section depths are consecutive 2023-06-10 18:17:04 +02:00
languages-frameworks doc/haskell: FAQ entry on changing profiling settings globally 2023-06-30 01:52:42 +02:00
module-system lib.modules: configurationClass -> class 2023-05-06 18:32:59 +02:00
old doc: fix typos 2022-12-17 18:21:48 -05:00
stdenv Merge pull request #237068 from pennae/manual-normalization 2023-06-13 07:35:06 +02:00
using lib/customisation.overrideDerivation: propagate evaluation condition 2023-01-01 14:10:42 +01:00
.gitignore doc/.gitignore: add media 2023-04-13 12:24:04 -07:00
default.nix doc: build placeholder epub in its own derivation 2023-07-01 20:27:29 +02:00
functions.xml
Makefile doc: build placeholder epub in its own derivation 2023-07-01 20:27:29 +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 updating stable nixos version in preface. 2023-01-05 22:24:19 +00:00
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.