feat(docs): server
This commit is contained in:
parent
110efa2bd6
commit
f0a1b103e0
3 changed files with 27 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ stdenvNoCC.mkDerivation {
|
|||
".*flake\\.nix$"
|
||||
|
||||
"docs/docgen.nix"
|
||||
"docs/server.nix"
|
||||
];
|
||||
|
||||
shouldExclude = relPath: lib.any (pattern: builtins.match pattern relPath != null) excluded;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue