nixpkgs/doc
Cyril Cohen 1550a4fe6b
coqPackages.multinomials: 1.5.2 -> 1.5.4 (#115427)
- This is the first packages which uses Dune in order to build and install
  so I had to refactor build-support/coq/default.nix in order to support it.
- I added a new feature: one can now release.v.sha256 empty to try to download
  with a fake sha256, hence failures are reported and one can copy paste the
  sha256 given by the error message.
- I updated the documentation of languages-frameworks/coq.section.md accordingly.
2021-03-10 16:25:32 +01:00
..
builders Merge pull request #115322 from dotlambda/doc-lt 2021-03-07 11:47:39 +00:00
contributing doc: Format 2021-03-04 18:10:57 +01:00
doc-support
functions doc: Format 2021-03-04 18:10:57 +01:00
languages-frameworks coqPackages.multinomials: 1.5.2 -> 1.5.4 (#115427) 2021-03-10 16:25:32 +01:00
old doc/*: editorconfig fixes 2020-07-31 15:06:53 +10:00
stdenv doc: Format 2021-03-04 18:10:57 +01:00
using doc: Format 2021-03-04 18:10:57 +01:00
.gitignore
default.nix doc: use lib.cleanSource 2021-02-12 08:59:27 -08:00
functions.xml
Makefile doc/README.md: init 2021-03-04 18:10:39 +01:00
manual.xml doc/stdenv/platform-notes: convert to markdown 2021-02-21 06:45:21 +01:00
overrides.css
preface.chapter.md doc: explicit Markdown anchors for top-level headings; remove metadata 2021-01-01 10:02:57 -08: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.