ci/buildbot: build treefmt checks

This commit is contained in:
Matt Sturgeon 2025-07-15 02:29:41 +01:00
parent bd295bd399
commit 97819ce539

View file

@ -19,6 +19,10 @@
... ...
}: }:
{ {
ci.buildbot = {
inherit (config.checks) treefmt;
};
treefmt.config = { treefmt.config = {
projectRootFile = "flake.nix"; projectRootFile = "flake.nix";
flakeCheck = true; flakeCheck = true;