From a3806b14c9cd95940c975f10a62fc9a2c44ab277 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Fri, 4 Oct 2024 17:59:43 -0500 Subject: [PATCH] flake-modules/dev/pre-commit: nixfmt -> nixfmt-rfc-style --- flake-modules/dev/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake-modules/dev/default.nix b/flake-modules/dev/default.nix index 3fe66798..2aa26690 100644 --- a/flake-modules/dev/default.nix +++ b/flake-modules/dev/default.nix @@ -26,7 +26,7 @@ pre-commit = { settings.hooks = { - nixfmt = { + nixfmt-rfc-style = { enable = true; package = fmt; };