autogenerated docs

This commit is contained in:
Alex Tau 2025-05-10 16:14:44 +03:00
parent 1b3666276e
commit fdaf68b8b5
7 changed files with 472 additions and 76 deletions

View file

@ -103,7 +103,10 @@
# Package a virtual environment as our main application.
#
# Enable no optional dependencies for production build.
packages.x86_64-linux.default = pythonSet.mkVirtualEnv "lego-monitoring-env" workspace.deps.default;
packages.x86_64-linux = {
default = pythonSet.mkVirtualEnv "lego-monitoring-env" workspace.deps.default;
docs = pkgs.callPackage ./mkdocs.nix {};
};
# Make service runnable with `nix run`
apps.x86_64-linux = {