fix: Formatting
This commit is contained in:
parent
6e09ac2584
commit
d9e7f9b3ee
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ let
|
|||
nixos-markdown = (pkgs.nixosOptionsDoc {
|
||||
inherit (eval) options;
|
||||
transformOptions = option: option // { visible = option.visible && builtins.elemAt option.loc 0 == "jconfig"; };
|
||||
}).optionsCommonMark;
|
||||
}).optionsCommonMark;
|
||||
in
|
||||
{
|
||||
markdown = nixos-markdown;
|
||||
|
|
Loading…
Reference in a new issue