This commit is contained in:
iofq 2024-01-28 17:46:30 -06:00
parent d4c31f8fd1
commit 7860ac50de

View file

@ -91,7 +91,7 @@
pre-commit-check = inputs.pre-commit-hooks.lib.${system}.run { pre-commit-check = inputs.pre-commit-hooks.lib.${system}.run {
src = ./.; src = ./.;
hooks.treefmt.enable = true; hooks.treefmt.enable = true;
hooks.treefmt.package = eachSystem (pkgs: treefmtEval.${pkgs.system}.config.build.wrapper); hooks.treefmt.package = pkgs: treefmtEval.${pkgs.system}.config.build.wrapper;
}; };
}; };
formatter = eachSystem (pkgs: treefmtEval.${pkgs.system}.config.build.wrapper); formatter = eachSystem (pkgs: treefmtEval.${pkgs.system}.config.build.wrapper);