nixpkgs/doc
Alex James c9af898255
dockerTools.buildImage: make VM memSize configurable
Fixes #186752. This adds buildVMMemorySize (defaults to 512 MiB) to
buildImage, which is passed to vm.runInLinuxVM. This is needed for
larger base images, which may otherwise cause container build failures
due to OOM in the VM.
2022-08-16 21:47:29 -05:00
..
build-aux/pandoc-filters treewide: attempt at markdown option docs 2022-06-12 12:44:38 +02:00
builders dockerTools.buildImage: make VM memSize configurable 2022-08-16 21:47:29 -05:00
contributing Correct instructions to obtain a hash for git repos 2022-08-04 00:31:31 +02:00
doc-support nixpkgs/doc: generate consistent docbook ids 2022-07-28 20:08:25 +02:00
functions
hooks
languages-frameworks pythonPackagesExtensions: override all Python package sets at once 2022-08-06 09:39:39 +02:00
old
stdenv Merge pull request #184848 from jtojnar/mkder-rec-anchor 2022-08-03 11:18:36 +02:00
using nixpkgs/doc: remove unused unfree.xml 2022-07-28 16:54:32 +02:00
.gitignore
default.nix
functions.xml
Makefile
manual.xml
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.