1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-11-08 19:46:06 +01:00

plugins/conform-nvim (formatter-packages): mark smlfmt broken on darwin

This commit is contained in:
Saygo 2025-10-13 01:05:35 +00:00 committed by Gaétan Lepage
parent a016f50ba3
commit 9bbcea0096

View file

@ -14,6 +14,9 @@ rec {
swift_format = if !stdenv.isDarwin then sType.darwinOnly else swift-format; swift_format = if !stdenv.isDarwin then sType.darwinOnly else swift-format;
swiftlint = if !stdenv.isDarwin then sType.darwinOnly else swiftlint; swiftlint = if !stdenv.isDarwin then sType.darwinOnly else swiftlint;
# 2025-10-12 build failure on Darwin
smlfmt = if stdenv.isDarwin then sType.broken else smlfmt;
# 2025-09-13 build failure # 2025-09-13 build failure
inko = sType.broken; inko = sType.broken;
# 2025-09-13 build failure # 2025-09-13 build failure