nix-linter: mark broken because doesn't compile on ghc92

This commit is contained in:
Dennis Gosnell 2022-12-24 13:50:05 +09:00
parent 4a7f2c3238
commit 0f00bd77e5
No known key found for this signature in database
GPG Key ID: 462E0C03D11422F4

View File

@ -40,4 +40,8 @@ mkDerivation rec {
homepage = "https://github.com/Synthetica9/nix-linter";
license = lib.licenses.bsd3;
maintainers = [ lib.maintainers.marsam ];
# doesn't build on ghc92
hydraPlatforms = lib.platforms.none;
broken = true;
}