Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jwillikers committed Nov 18, 2024
1 parent 0243e3f commit 27798a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre-commit-hooks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# todo Not integrated with Nix?
check-format = {
enable = true;
entry = "${pkgs.lib.getExe treefmtEval.config.build.wrapper} --fail-on-change";
entry = "${treefmtEval.config.build.wrapper}/bin/treefmt-nix --fail-on-change";
};

check-json.enable = true;
Expand Down

0 comments on commit 27798a4

Please sign in to comment.