docs: render module options docs

fix errors while rendering some modules
This commit is contained in:
DavHau
2024-03-27 16:47:24 +07:00
parent 15b2829d6a
commit 46afc1879c
6 changed files with 96 additions and 28 deletions

View File

@@ -34,15 +34,14 @@
];
imports = [
./checks/flake-module.nix
./devShell.nix
./formatter.nix
./templates/flake-module.nix
./clanModules/flake-module.nix
./pkgs/flake-module.nix
./devShell.nix
./docs/flake-module.nix
./formatter.nix
./lib/flake-module.nix
./nixosModules/flake-module.nix
./pkgs/flake-module.nix
./templates/flake-module.nix
{
options.flake = flake-parts.lib.mkSubmoduleOptions {
clanInternals = lib.mkOption {