plugins/conform-nvim: update formatter-packages

(cherry picked from commit e39c85a2a5)
This commit is contained in:
Gaetan Lepage 2025-11-25 13:58:16 +01:00 committed by Matt Sturgeon
parent eeb1e454f8
commit 17d3a903ac

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;