mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
inziu-iosevka: disable hydra build due its size
Build is i/o bound
This commit is contained in:
parent
cbbcd2920d
commit
8440100b4f
@ -27,5 +27,7 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.ofl;
|
||||
maintainers = [ maintainers.ChengCat ];
|
||||
platforms = platforms.all;
|
||||
# large package, mainly i/o bound
|
||||
hydraPlatforms = [];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user