flake/treefmt: disable taplo for now

It is currently broken, with the error:

taplo with options '[format]' failed to apply: exit status 101
This commit is contained in:
Matt Sturgeon 2024-09-03 19:09:20 +01:00 committed by Austin Horstman
parent 3c9af6191e
commit 1310eaf606
No known key found for this signature in database

View file

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