Skip to content

Commit

Permalink
chore: change renamed treefmt option
Browse files Browse the repository at this point in the history
  • Loading branch information
midchildan committed Jul 19, 2024
1 parent c42d2c4 commit 60caec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/style.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
treefmt = {
projectRootFile = lib.mkDefault "flake.nix";
programs = {
nixfmt-rfc-style.enable = lib.mkDefault true;
nixfmt.enable = lib.mkDefault true;
shellcheck.enable = lib.mkDefault true;
prettier = {
enable = lib.mkDefault true;
Expand Down

0 comments on commit 60caec7

Please sign in to comment.