mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-06-26 20:06:23 +02:00
chore: use nixfmt pre-commit hook
This commit is contained in:
+1
-1
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user