tests/all-package-defaults: disable elm-format on darwin (because of ghc)

This commit is contained in:
Gaetan Lepage
2026-05-04 11:46:50 +00:00
committed by Gaétan Lepage
parent b064eb18d1
commit 831b3d26f5
+3
View File
@@ -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"