doc: extract nixpkgs-manual into its own package

Also, use `finalAttrs` style and pass through all the helper derivations.
This commit is contained in:
Philip Taron 2024-07-26 11:34:58 -07:00
parent 8bb7777aee
commit 4252286f21
No known key found for this signature in database
6 changed files with 112 additions and 98 deletions

View file

@ -1,5 +1,5 @@
# Generates the documentation for library functions via nixdoc.
# To run this derivation, `nix-build -A nixpkgs-manual.lib-docs`
{
lib,
stdenvNoCC,