mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-03 17:45:03 +02:00
flake-modules/dev: treefmt re-enable taplo linux
This commit is contained in:
parent
3510cade90
commit
5e8f822af5
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue