From 0f7bec8769a868b5dbdd1452b91ec6fa856da6e0 Mon Sep 17 00:00:00 2001 From: traxys Date: Thu, 15 Jan 2026 11:04:54 +0100 Subject: [PATCH] =?UTF-8?q?flake:=E2=80=AFAdapt=20to=20treefmt=20change?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5f22194..d82740a 100644 --- a/flake.nix +++ b/flake.nix @@ -119,7 +119,7 @@ inherit (config.flake-root) projectRootFile; programs = { - nixfmt-rfc-style.enable = true; + nixfmt.enable = true; statix.enable = true; }; };