Skip to content

Commit

Permalink
feat(pre-commit): Switch to nixfmt-rfc-style
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed Jul 27, 2024
1 parent 7d6d4e6 commit 88bf168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pre-commit/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
pre-commit-check = pre-commit-hooks.lib.${system}.run {
src = ./.;
hooks = {
alejandra.enable = true;
nixfmt.enable = true;
# statix.enable = false;
};
};
Expand Down

0 comments on commit 88bf168

Please sign in to comment.