lint
This commit is contained in:
parent
d4c31f8fd1
commit
7860ac50de
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue