docs: community builder -> community builders
This commit is contained in:
parent
0cfefb375c
commit
bec22c0142
4 changed files with 14 additions and 5 deletions
dev
|
@ -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 [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue