docs: move option-search into own package

This commit is contained in:
Johannes Kirschbauer
2025-10-08 15:42:18 +02:00
parent 6b5dca5842
commit c031abcd9e
8 changed files with 18 additions and 18 deletions

View File

@@ -1,8 +1,5 @@
{ inputs, self, ... }:
{
imports = [
./options/flake-module.nix
];
perSystem =
{
config,
@@ -96,7 +93,7 @@
docs = pkgs.python3.pkgs.callPackage ./default.nix {
inherit (self'.packages)
clan-cli-docs
docs-options
option-search
inventory-api-docs
clan-lib-openapi
;