Skip to content

Commit ffbf455

Browse files
committed
chore: replace nixfmt package
1 parent f38a782 commit ffbf455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
default = {
5858
git-hooks = {
5959
hooks = {
60-
nixfmt-rfc-style = {
60+
nixfmt = {
6161
enable = true;
6262
};
6363
};
@@ -71,7 +71,7 @@
7171
};
7272

7373
packages = with pkgs; [
74-
nixfmt-rfc-style
74+
nixfmt
7575
];
7676
};
7777
};

0 commit comments

Comments
 (0)