diff --git a/flake/dev/default.nix b/flake/dev/default.nix index 58ba57d8..59d6b9ca 100644 --- a/flake/dev/default.nix +++ b/flake/dev/default.nix @@ -19,6 +19,10 @@ ... }: { + ci.buildbot = { + inherit (config.checks) treefmt; + }; + treefmt.config = { projectRootFile = "flake.nix"; flakeCheck = true;