nixpkgs/doc
Adam Joseph 0d0c03fb0b
coding-conventions.chapter.md: update to account for #89885 (#191378)
https://github.com/NixOS/nixpkgs/pull/89885 ensures that fetches are
done securely (i.e. without `--insecure`) when the `hash` parameter is one of
the four special "fake" hashes.  However the manual was not updated in that PR.
This commit updates the manual to account for the already-merged changes from
that PR.

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
2022-10-12 11:08:50 +02:00
..
build-aux/pandoc-filters nixos/make-options-doc: add inline roles for varname/envar 2022-08-31 16:21:10 +02:00
builders add documentation for the pkgs.portableService tool (#193081) 2022-10-07 10:37:56 +02:00
contributing coding-conventions.chapter.md: update to account for #89885 (#191378) 2022-10-12 11:08:50 +02:00
doc-support nixpkgs/doc: generate consistent docbook ids 2022-07-28 20:08:25 +02:00
functions nixos/nixpkgs/doc: fix typo in the signature of attrsets.zipAttrs 2022-03-13 13:59:51 +01:00
hooks doc/postgresql-test-hook: Add example 2022-09-19 18:14:31 +01:00
languages-frameworks coqPackages.mkCoqDerivation: upgrade to Dune 3 2022-10-02 14:42:28 +02:00
old
stdenv Merge pull request #191540 from hercules-ci/nixosTest-modular 2022-09-28 10:27:45 +01:00
using nixpkgs/doc: remove unused unfree.xml 2022-07-28 16:54:32 +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
Makefile doc: Add helper for converting DocBook files to Markdown 2021-07-13 02:21:22 +02:00
manual.xml doc: move testers to their own chapter 2022-04-22 16:24:29 +03: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
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.