nixpkgs/doc
Matthieu Coudron 351cec5db3
use subcommands in plugin updaters (#223164)
* update.py: introduce subparsers for plugin updaters

This is preliminary work to help create more powerful plugin updaters.
Namely I would like to be able to "just add" plugins without refreshing
the older ones (helpful when github temporarily removes a user from
github due to automated bot detection).

Also concerning the lua updater, we pin some of the dependencies, and I
would like to be able to unpin the package without editing the csv
(coming in later PRs).

* doc/updaters: update command to update editor plugins

including vim, kakoune and lua packages

Co-authored-by: figsoda
2023-04-14 22:02:17 +02:00
..
build-aux/pandoc-filters nixos/manual: remove md-to-db 2023-02-10 06:40:15 +01:00
builders Update vmTools docs after rebase 2023-04-10 00:43:31 +02:00
contributing Fix typo in coding-conventions.chapter.md 2023-04-11 21:05:56 +02:00
doc-support doc: Fix the function locations always pointing to master 2023-04-13 20:33:39 +02:00
functions doc,nixos/doc: unescape apostrophes 2022-12-27 17:13:47 +01:00
hooks nixos/manual: remove .title fenced divs 2023-02-10 06:40:00 +01:00
languages-frameworks use subcommands in plugin updaters (#223164) 2023-04-14 22:02:17 +02:00
old doc: fix typos 2022-12-17 18:21:48 -05:00
stdenv doc: assign ids to many headings 2023-03-27 22:39:11 +02:00
using lib/customisation.overrideDerivation: propagate evaluation condition 2023-01-01 14:10:42 +01:00
.gitignore doc/.gitignore: add media 2023-04-13 12:24:04 -07:00
default.nix doc: use gitignoreSource 2023-02-07 13:58:34 +01:00
functions.xml doc/functions/generators: convert to CommonMark 2021-06-11 06:06:42 -07:00
Makefile nixos/manual: remove md-to-db 2023-02-10 06:40:15 +01:00
manpage-urls.json Remove unused reference 2023-04-09 21:56:55 +02:00
manual.xml doc: assign ids to many headings 2023-03-27 22:39:11 +02:00
overrides.css doc: Make callout marks in code unselectable 2020-01-14 15:24:57 +01:00
preface.chapter.md updating stable nixos version in preface. 2023-01-05 22:24:19 +00: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 manual: limit text width 2019-01-08 15:08:42 +00:00

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.