Some ecosystems in nixpkgs have their own specific library with a set of helper functions. Ones that I know of are coqPackages and haskellPackages. It would be nice if we could have their documentation generated and added to the nixpkgs manual as well.
As far as I can see it the following items would be required to make this possible:
cc @tazjin (nixdoc) @ryantm (mmdoc) @NixOS/haskell @CohenCyril (Coq extra-lib)
Some ecosystems in nixpkgs have their own specific library with a set of helper functions. Ones that I know of are
coqPackagesandhaskellPackages. It would be nice if we could have their documentation generated and added to the nixpkgs manual as well.As far as I can see it the following items would be required to make this possible:
nixdocto allow specifying the prefix in an alternative way: Instead oflib.${category}, we'd need to be able to specifyhaskell.liborcoqPackages.libdoc/doc-support/lib-function-docs.nixdoc/doc-support/lib-function-locations.nixunderstand the alternative locationslib.*is documented currently.cc @tazjin (nixdoc) @ryantm (mmdoc) @NixOS/haskell @CohenCyril (Coq extra-lib)