docs: community builder -> community builders

This commit is contained in:
zowoq 2025-01-18 09:47:19 +10:00
parent 0cfefb375c
commit bec22c0142
4 changed files with 14 additions and 5 deletions

View file

@ -5,7 +5,10 @@
docs =
pkgs.runCommand "docs"
{
buildInputs = [ pkgs.python3.pkgs.mkdocs-material ];
buildInputs = [
pkgs.python3.pkgs.mkdocs-material
pkgs.python3.pkgs.mkdocs-material.optional-dependencies.recommended
];
files = pkgs.lib.fileset.toSource {
root = ../.;
fileset = pkgs.lib.fileset.unions [