Revert "chromiumBeta: Temporarily build on Hydra"

This reverts commit af9ea49430.
Reason: Not required anymore.
This commit is contained in:
Michael Weiss
2021-07-25 13:50:45 +02:00
parent 788a365c7a
commit 10594c9a96
@@ -88,7 +88,7 @@ mkChromiumDerivation (base: rec {
license = if enableWideVine then licenses.unfree else licenses.bsd3;
platforms = platforms.linux;
mainProgram = "chromium";
hydraPlatforms = if (channel == "stable" || channel == "ungoogled-chromium" || channel == "beta")
hydraPlatforms = if (channel == "stable" || channel == "ungoogled-chromium")
then ["aarch64-linux" "x86_64-linux"]
else [];
timeout = 172800; # 48 hours (increased from the Hydra default of 10h)