mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 02:34:15 -05:00
tests/all-package-defaults: disable elm-format on darwin (because of ghc)
This commit is contained in:
committed by
Gaétan Lepage
parent
b064eb18d1
commit
831b3d26f5
@@ -75,6 +75,9 @@ let
|
||||
"rustaceanvim"
|
||||
]
|
||||
++ lib.optionals hostPlatform.isDarwin [
|
||||
# 2026-05-01: ghc is not cached on CNO and is too heavy to build for the nix-community builders
|
||||
"elm-format"
|
||||
|
||||
# 2026-04-09: OCaml toolchain build failure on Darwin
|
||||
"flow"
|
||||
"fstar"
|
||||
|
||||
Reference in New Issue
Block a user