flake-modules/dev/pre-commit: nixfmt -> nixfmt-rfc-style

This commit is contained in:
Austin Horstman 2024-10-04 17:59:43 -05:00
parent 0e354f76d7
commit a3806b14c9
No known key found for this signature in database

View file

@ -26,7 +26,7 @@
pre-commit = {
settings.hooks = {
nixfmt = {
nixfmt-rfc-style = {
enable = true;
package = fmt;
};