1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-30 14:11:03 +01:00

plugins/conform-nvim: update formatter-packages

This commit is contained in:
Gaetan Lepage 2025-11-25 13:58:16 +01:00 committed by Gaétan Lepage
parent 52fe863780
commit e39c85a2a5

View file

@ -21,6 +21,8 @@ rec {
# 2025-10-12 build failure on Darwin
smlfmt = if stdenv.isDarwin then sType.broken else smlfmt;
# 2025-11-25 build failure
roc = sType.broken;
# 2025-09-13 build failure
inko = sType.broken;
# 2025-09-17 build failure
@ -76,6 +78,7 @@ rec {
spotless_maven = sType.unpackaged;
standard-clj = sType.unpackaged;
standardjs = sType.unpackaged;
tclfmt = sType.unpackaged;
tlint = sType.unpackaged;
twig-cs-fixer = sType.unpackaged;
typstfmt = sType.unpackaged;