From 1310eaf606c0c5a63162208f337940e5a0e9c404 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Tue, 3 Sep 2024 19:09:20 +0100 Subject: [PATCH] flake/treefmt: disable taplo for now It is currently broken, with the error: taplo with options '[format]' failed to apply: exit status 101 --- flake-modules/dev/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake-modules/dev/default.nix b/flake-modules/dev/default.nix index 64d53ae7..2f76438a 100644 --- a/flake-modules/dev/default.nix +++ b/flake-modules/dev/default.nix @@ -37,7 +37,8 @@ statix.enable = true; stylua.enable = true; shfmt.enable = true; - taplo.enable = true; + # FIXME: currently broken: taplo with options '[format]' failed to apply: exit status 101 + # taplo.enable = true; }; settings = {