mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
LambdaHack: disable Hydra builds for this package
This commit is contained in:
parent
837b4da5cd
commit
f1fb0bf27b
@ -31,6 +31,7 @@ cabal.mkDerivation (self: {
|
||||
description = "A roguelike game engine in early development";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
hydraPlatforms = self.stdenv.lib.platforms.none;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user