From 43c06ae4c4d584f11f374391a354835868684405 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Fri, 8 Nov 2024 10:22:50 +0100 Subject: [PATCH] `pre-commit` still refers to the new formatter as `nixfmt-rfc-style` --- checks/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/default.nix b/checks/default.nix index 0b5677e..cd7d5cd 100644 --- a/checks/default.nix +++ b/checks/default.nix @@ -11,7 +11,7 @@ }; pre-commit.settings.hooks = { - nixfmt.enable = true; + nixfmt-rfc-style.enable = true; deadnix.enable = false; }; };