From 5e8f822af5fb3f39cba09dd156531c0aebd624ec Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Thu, 26 Sep 2024 10:55:15 -0500 Subject: [PATCH] flake-modules/dev: treefmt re-enable taplo linux --- flake-modules/dev/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake-modules/dev/default.nix b/flake-modules/dev/default.nix index 2f76438a..fbacba2a 100644 --- a/flake-modules/dev/default.nix +++ b/flake-modules/dev/default.nix @@ -37,8 +37,8 @@ statix.enable = true; stylua.enable = true; shfmt.enable = true; - # FIXME: currently broken: taplo with options '[format]' failed to apply: exit status 101 - # taplo.enable = true; + # FIXME: re-enable on darwin, currently broken: taplo with options '[format]' failed to apply: exit status 101 + taplo.enable = pkgs.stdenv.isLinux; }; settings = {