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.
nix fmt
1 parent f7d6074 commit 305c3fcCopy full SHA for 305c3fc
default.nix
@@ -140,4 +140,6 @@ build
140
inherit checks;
141
142
ci = pkgs.linkFarm "ci" checks;
143
+
144
+ treefmt = treefmtEval.config.build.wrapper;
145
}
flake.nix
@@ -22,6 +22,8 @@
22
checks = result.checks;
23
24
devShells.default = result.shell;
25
26
+ formatter = result.treefmt;
27
28
);
29
0 commit comments