mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-07 19:35:01 +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;
|
statix.enable = true;
|
||||||
stylua.enable = true;
|
stylua.enable = true;
|
||||||
shfmt.enable = true;
|
shfmt.enable = true;
|
||||||
# FIXME: currently broken: taplo with options '[format]' failed to apply: exit status 101
|
# FIXME: re-enable on darwin, currently broken: taplo with options '[format]' failed to apply: exit status 101
|
||||||
# taplo.enable = true;
|
taplo.enable = pkgs.stdenv.isLinux;
|
||||||
};
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue