carp: mark broken

This commit is contained in:
Dennis Gosnell 2022-12-24 13:46:39 +09:00
parent fb337aedd8
commit 4a7f2c3238
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -50,4 +50,7 @@ haskellPackages.mkDerivation rec {
# Windows not (yet) supported.
platforms = with lib.platforms; unix ++ darwin;
# doesn't build on ghc92
hydraPlatforms = lib.platforms.none;
broken = true;
}