diff --git a/doc/development.md b/doc/development.md new file mode 100644 index 000000000000..d1b479b6cd8a --- /dev/null +++ b/doc/development.md @@ -0,0 +1,6 @@ +# Development of Nixpkgs {#part-development} + +This section shows you how Nixpkgs is being developed and how you can interact with the contributors and the latest updates. +If you are interested in contributing yourself, see [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/CONTRIBUTING.md). + + diff --git a/doc/manual.md.in b/doc/manual.md.in index a4a73a913097..6b8d351380f9 100644 --- a/doc/manual.md.in +++ b/doc/manual.md.in @@ -10,5 +10,6 @@ using-nixpkgs.md lib.md stdenv.md builders.md +development.md contributing.md ```