Merge pull request #88047 from veprbl/pr/texlive_build_schemes
texlive: build all official schemes on Hydra
This commit is contained in:
commit
9a7e2bb4af
@ -175,7 +175,7 @@ in
|
|||||||
description = "TeX Live environment for ${pname}";
|
description = "TeX Live environment for ${pname}";
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
hydraPlatforms = lib.optionals
|
hydraPlatforms = lib.optionals
|
||||||
(lib.elem pname ["scheme-small" "scheme-basic"]) platforms;
|
(!lib.elem pname ["scheme-infraonly"]) platforms;
|
||||||
maintainers = with lib.maintainers; [ veprbl ];
|
maintainers = with lib.maintainers; [ veprbl ];
|
||||||
}
|
}
|
||||||
(combine {
|
(combine {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user