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.
2 parents f7d6074 + 305c3fc commit 2153e60Copy full SHA for 2153e60
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