chore: nixfmt-rfc-style

Signed-off-by: jolheiser <git@jolheiser.com>
main
jolheiser 2024-08-01 13:31:57 -05:00
parent b17e4e2200
commit e3791ad55c
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -168,8 +168,8 @@
name = "nix"; name = "nix";
auto-format = true; auto-format = true;
formatter = { formatter = {
command = "${alejandra}/bin/alejandra"; command = "${nixfmt-rfc-style}/bin/nixfmt";
args = ["-qq"]; args = ["-q"];
}; };
} }
{ {