chore: use nixfmt pre-commit hook

This commit is contained in:
Ryan Yin
2026-06-14 14:15:37 +08:00
parent 400725b36c
commit 691af4ae54
+1 -1
View File
@@ -142,7 +142,7 @@ in
pre-commit-check = pre-commit-hooks.lib.${system}.run {
src = mylib.relativeToRoot ".";
hooks = {
nixfmt-rfc-style = {
nixfmt = {
enable = true;
settings.width = 100;
};