nixpkgs/doc
Adam Joseph 94c0e08808 submitting-changes.chapter.md: explain that purple arrows are manual
The documentation for this diagram explains that the blue arrows are
automatic processes which happen every six hours.  There is no
explanation about how the purple arrows happen or how often.

As a new contributor to nixpkgs, I incorrectly assumed that the purple
arrows were also automatic processes (they aren't), which left me sort
of confused about what the whole scheme was accomplishing.

Recently I went through the github history to see how often these
events happen, and realized that the purple arrows are (a) triggered
manually by a nixpkgs project member and (b) happen much, much, much
less frequently than every six hours.

Now everything makes a lot more sense.  I suggest the wording change
in this commit, or something similar, to save future contributors the
same confusion that I experienced.
2022-03-05 18:50:28 -08:00
..
build-aux/pandoc-filters doc: remove reference to unix-man-urls.lua 2021-12-28 13:26:35 +01:00
builders treewide: remove steam-run-native 2022-03-02 12:25:45 -08:00
contributing submitting-changes.chapter.md: explain that purple arrows are manual 2022-03-05 18:50:28 -08:00
doc-support lib.sources: Generate docs 2021-05-29 16:03:54 +02:00
functions doc: Fix xref in functions description 2021-11-14 22:30:07 +01:00
languages-frameworks Merge pull request #161111 from ulrikstrid/ulrikstrid/coq-move-dune-to-native 2022-02-26 08:54:53 +01:00
old doc/*: editorconfig fixes 2020-07-31 15:06:53 +10:00
stdenv Merge pull request #159344 from symphorien/doc-remove-references-to 2022-02-19 15:17:05 +01:00
using treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2 2021-11-04 16:15:05 -07: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/using: convert to markdown 2021-04-23 12:02:07 +02: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
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.