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 = {