nixpkgs/doc
est31 49bd30eb33 Add the -a param to the docs
The patch utility does not understand git formatted patches.
For text files, there is no problem, but binary files use the
git format.

The -a param makes git diff put binary files into the patch in
raw format that can be understood by the patch tool.
2021-06-06 21:45:57 +02:00
..
builders writeReferencesToFile: docs and tests 2021-05-15 17:04:25 +02:00
contributing Add the -a param to the docs 2021-06-06 21:45:57 +02:00
doc-support
functions nixpkgs-manual: lib.attrsets.mapAttrsToList returns a list (#122179) 2021-05-08 13:55:11 +02:00
languages-frameworks buildGoModule/buildGoPackage: Introduce ldflags argument 2021-06-05 09:54:36 +10:00
old
stdenv Fix "platfrom" typos 2021-04-10 17:10:50 +02:00
using docs/using: shellSession -> ShellSession 2021-04-25 10:31:02 +02:00
.gitignore
default.nix doc: Fix make in nix-shell 2021-06-05 13:25:48 +02:00
functions.xml
Makefile doc/README.md: init 2021-03-04 18:10:39 +01:00
manual.xml doc/using: convert to markdown 2021-04-23 12:02:07 +02:00
overrides.css
preface.chapter.md
README.md doc/README.md: Add more links 2021-03-06 12:35:33 +01:00
release-notes.xml
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.