Merge pull request #205286 from ncfavier/elm-format

elmPackages.elm-format: disable checks
This commit is contained in:
Dennis Gosnell
2022-12-09 20:42:33 +09:00
committed by GitHub
@@ -37,6 +37,7 @@ let
*/
elm-format = justStaticExecutables (overrideCabal (drv: {
jailbreak = true;
doCheck = assert (drv.version == "0.8.5"); false; # golden tests fail with optparse-applicative 0.17
description = "Formats Elm source code according to a standard set of rules based on the official Elm Style Guide";
homepage = "https://github.com/avh4/elm-format";