nixpkgs/doc
Théo Zimmermann 90654cce7d
coqPackages.mkCoqDerivation: fix useDune2
- Reuse build phase from the `buildDunePackage` function.
- Only install the package that was just built (useful for monorepo support).
- Introduces `opam-name` to override the default package name to build with Dune.
2021-08-17 14:38:47 +02:00
..
builders Merge pull request #130021 from neosimsim/fix-emacs-override-examples 2021-08-04 03:08:33 -05:00
contributing Merge pull request #130207 from hercules-ci/passthru-sensible-timeout 2021-08-02 07:43:02 +02:00
doc-support lib.sources: Generate docs 2021-05-29 16:03:54 +02:00
functions Merge pull request #105494 from alunduil/missing-operator-mapAttr-doc 2021-08-07 17:14:41 +00:00
languages-frameworks coqPackages.mkCoqDerivation: fix useDune2 2021-08-17 14:38:47 +02:00
old doc/*: editorconfig fixes 2020-07-31 15:06:53 +10:00
stdenv manual: Hardening: Remove now-nonexistent ArchWiki link. 2021-07-05 22:57:52 +02:00
using doc: Use markdown syntax for xrefs 2021-06-07 06:34:59 +02:00
.gitignore
default.nix doc: Fix make in nix-shell 2021-06-05 13:25:48 +02:00
functions.xml doc/functions/generators: convert to CommonMark 2021-06-11 06:06:42 -07:00
labelless-link-is-xref.lua doc: Use markdown syntax for xrefs 2021-06-07 06:34:59 +02:00
Makefile nixos/doc: Synchronize the Markdown generator with Nixpkgs 2021-06-18 00:07:00 +02:00
manual.xml doc/using: convert to markdown 2021-04-23 12:02:07 +02:00
overrides.css
preface.chapter.md doc: prepare for commonmark 2021-06-07 06:34:59 +02:00
README.md doc/README.md: Add more links 2021-03-06 12:35:33 +01:00
release-notes.xml
shell.nix doc: fix shell.nix (#109816) 2021-01-19 12:46:51 -05:00
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.