From 60caec71aefd98d5c5d3fab3d2aadb7a0581ea6e Mon Sep 17 00:00:00 2001 From: midchildan Date: Fri, 19 Jul 2024 10:19:13 +0900 Subject: [PATCH] chore: change renamed treefmt option --- nix/style.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/style.nix b/nix/style.nix index 42424b02..57a979b7 100644 --- a/nix/style.nix +++ b/nix/style.nix @@ -10,7 +10,7 @@ treefmt = { projectRootFile = lib.mkDefault "flake.nix"; programs = { - nixfmt-rfc-style.enable = lib.mkDefault true; + nixfmt.enable = lib.mkDefault true; shellcheck.enable = lib.mkDefault true; prettier = { enable = lib.mkDefault true;