nixpkgs/doc
John Ericson 66aa02f190 lib/systems: Support FreeBSD
A tricky thing about FreeBSD is that there is no stable ABI across
versions. That means that putting in the version as part of the config
string is paramount.

We have a parsed represenation that separates name versus version to
accomplish this. We include FreeBSD versions 12 and 13 to demonstrate
how it works.
2022-11-04 16:49:28 -04:00
..
build-aux/pandoc-filters nixos/doc/manual/md-to-db.sh: Add support for <kbd> element 2022-10-26 01:46:44 +02:00
builders add documentation for the pkgs.portableService tool (#193081) 2022-10-07 10:37:56 +02:00
contributing doc/contributing: Explicitly allow trivial changes by non-authors 2022-10-23 15:23:02 +11:00
doc-support lib: Automatically generate lib.filesytem docs 2022-10-26 15:10:47 +02:00
functions lib: Automatically generate lib.filesytem docs 2022-10-26 15:10:47 +02:00
hooks doc: Move non-stdenv hooks out of stdenv chapter 2022-10-13 15:40:27 +02:00
languages-frameworks doc: fix python module override example 2022-11-03 19:54:51 +01:00
old doc/*: editorconfig fixes 2020-07-31 15:06:53 +10:00
stdenv lib/systems: Support FreeBSD 2022-11-04 16:49:28 -04: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 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.