From b105a566ec60b5e196a35d3d468363e03b31ba51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BChlbacher?= Date: Sun, 21 Jul 2024 01:50:09 +0200 Subject: [PATCH] ci: disable treefmt-check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Mühlbacher --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 88710535..c670e51f 100644 --- a/flake.nix +++ b/flake.nix @@ -192,6 +192,7 @@ treefmt.config = { projectRootFile = "flake.nix"; + flakeCheck = false; programs = { nixfmt-rfc-style.enable = true;