Skip to content

Commit

Permalink
treefmt: switch from nixpkgs-fmt to nixfmt
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Jul 5, 2024
1 parent e69eddf commit 929035c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion treefmt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
};
just.enable = true;
keep-sorted.enable = true;
nixpkgs-fmt.enable = true;
nixfmt.enable = true;
shellcheck.enable = true;
shfmt.enable = true;
statix.enable = true;
Expand Down

0 comments on commit 929035c

Please sign in to comment.