flake-exports: add options documentation

This commit is contained in:
Johannes Kirschbauer
2025-07-02 10:22:09 +02:00
parent 454936336f
commit 16116505ab
3 changed files with 140 additions and 22 deletions

View File

@@ -47,7 +47,7 @@ in
(pkgs.nixosOptionsDoc {
options =
(self.clanLib.evalService {
modules = [ ];
modules = [ { _docs_rendering = true; } ];
prefix = [ ];
}).options;
warningsAreErrors = true;