We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89eee1 commit b83893cCopy full SHA for b83893c
flake-module.nix
@@ -17,15 +17,15 @@ in
17
Use `config.treefmt.build.wrapper` to get access to the resulting treefmt
18
package based on this configuration.
19
20
- By default treefmt-nix will set the formatter.<system> attribute of the flake,
+ By default treefmt-nix will set the `formatter.<system>` attribute of the flake,
21
used by the `nix fmt` command.
22
'';
23
type = types.submoduleWith {
24
modules = (import ./.).all-modules pkgs ++ [{
25
options.flakeFormatter = lib.mkOption {
26
type = types.bool;
27
default = true;
28
- description = lib.mdDoc ''
+ description = ''
29
Enables `treefmt` the default formatter used by the `nix fmt` command
30
31
};
0 commit comments