mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
autogenerated docs
This commit is contained in:
parent
1b3666276e
commit
fdaf68b8b5
7 changed files with 472 additions and 76 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue