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