0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-12 05:16:25 +03:00

nixos/make-options-doc: turn relatedPackages into links

link to search.nixos.org instead of pulling package metadata out of pkgs. this
lets us cache docs of a few more modules and provides easier access to package
info from the HTML manual, but makes the manpage slightly less useful since
package description are no longer rendered.
This commit is contained in:
pennae 2021-12-18 19:21:21 +01:00
parent b92a47c87c
commit 1301bdb185
8 changed files with 18 additions and 32 deletions

View file

@ -932,6 +932,4 @@ in {
]);
meta.doc = ./nextcloud.xml;
# uses relatedPackages
meta.buildDocsInSandbox = false;
}