Skip to content

Commit

Permalink
fix treefmt warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Sep 6, 2024
1 parent 3e3610e commit 6a39af9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,10 @@
checks = {
pre-commit-check = pre-commit-hooks.lib.${system}.run {
src = ./.;
settings = {
treefmt.package = config.treefmt.build.wrapper;
};

hooks = {
treefmt.enable = true;
treefmt.package = config.treefmt.build.wrapper;
};
};
};
Expand Down

0 comments on commit 6a39af9

Please sign in to comment.