nix-linter: mark broken because doesn't compile on ghc92
This commit is contained in:
parent
4a7f2c3238
commit
0f00bd77e5
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user