style(nix): alejandra -> nixfmt-rfc-style

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2024-08-20 01:44:11 -04:00
parent 1edfbeec8d
commit 7dff77ca35
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -9,9 +9,9 @@
hooks = {
markdownlint.enable = true;
alejandra.enable = true;
deadnix.enable = true;
nil.enable = true;
nixfmt.enable = true;
clang-format = {
enable = true;
@ -31,6 +31,6 @@
buildInputs = with pkgs; [ccache ninja];
};
formatter = pkgs.alejandra;
formatter = pkgs.nixfmt-rfc-style;
};
}