treefmt-check
checks.aarch64-darwin.formatting
· build #28
· raw
1treefmt v2.5.0traversed 37 files2emitted 27 files for processing3formatted 27 files (1 changed) in 35ms4 M flake.nix5diff --git a/flake.nix b/flake.nix6index 8066334..bb2525d 1006447--- a/flake.nix8+++ b/flake.nix9@@ -35,7 +35,9 @@10 default = pkgs.callPackage ./nix/devshell.nix { };11 });12 13- formatter = forAllSystems (pkgs: treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.wrapper);14+ formatter = forAllSystems (15+ pkgs: treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.wrapper16+ );17 18 # export every package and devshell as a check so CI builds them all19 checks = forAllSystems (