From 691af4ae5496a94729a295e14f57fad5847cc05e Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 14 Jun 2026 14:15:37 +0800 Subject: [PATCH] chore: use nixfmt pre-commit hook --- outputs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputs/default.nix b/outputs/default.nix index 23483c29..700611aa 100644 --- a/outputs/default.nix +++ b/outputs/default.nix @@ -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; };