Files
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
..
2023-04-10 00:43:31 +02:00
2022-12-17 18:21:48 -05:00
2023-03-27 22:39:11 +02:00
2023-04-13 12:24:04 -07:00
2023-02-07 13:58:34 +01:00
2023-02-10 06:40:15 +01:00
2023-04-09 21:56:55 +02:00
2023-03-27 22:39:11 +02: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.