Skip to content

Commit b83893c

Browse files
authored
flake-module.nix: Fix doc (#31)
This should make the docs render again. `lib.mdDoc` isn't needed here. Flake-parts skips the docbook migration, so everything is already markdown.
1 parent d89eee1 commit b83893c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake-module.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ in
1717
Use `config.treefmt.build.wrapper` to get access to the resulting treefmt
1818
package based on this configuration.
1919
20-
By default treefmt-nix will set the formatter.<system> attribute of the flake,
20+
By default treefmt-nix will set the `formatter.<system>` attribute of the flake,
2121
used by the `nix fmt` command.
2222
'';
2323
type = types.submoduleWith {
2424
modules = (import ./.).all-modules pkgs ++ [{
2525
options.flakeFormatter = lib.mkOption {
2626
type = types.bool;
2727
default = true;
28-
description = lib.mdDoc ''
28+
description = ''
2929
Enables `treefmt` the default formatter used by the `nix fmt` command
3030
'';
3131
};

0 commit comments

Comments
 (0)