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:
parent
a016f50ba3
commit
9bbcea0096
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue