summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/chromium/browser.nix
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2021-07-21 00:49:58 +0200
committerMichael Weiss <dev.primeos@gmail.com>2021-07-21 00:52:35 +0200
commitaf9ea49430fe014708fa68b1ffe8513e4ecc9a00 (patch)
treec2451e373ef86a778e09ff9adb70cc91746088f6 /pkgs/applications/networking/browsers/chromium/browser.nix
parent07a363dba187f0e8e8570592eb6f62d14e8df34e (diff)
downloadnixpkgs-af9ea49430fe014708fa68b1ffe8513e4ecc9a00.tar
nixpkgs-af9ea49430fe014708fa68b1ffe8513e4ecc9a00.tar.gz
nixpkgs-af9ea49430fe014708fa68b1ffe8513e4ecc9a00.tar.bz2
nixpkgs-af9ea49430fe014708fa68b1ffe8513e4ecc9a00.tar.lz
nixpkgs-af9ea49430fe014708fa68b1ffe8513e4ecc9a00.tar.xz
nixpkgs-af9ea49430fe014708fa68b1ffe8513e4ecc9a00.tar.zst
nixpkgs-af9ea49430fe014708fa68b1ffe8513e4ecc9a00.zip
chromiumBeta: Temporarily build on Hydra
The stable channel update in #130877 is currently blocked due to
regressions but a cached build on Hydra might be useful for the meantime
(and that build would even be reusable if the PR is merged without any
changes).
Diffstat (limited to 'pkgs/applications/networking/browsers/chromium/browser.nix')
-rw-r--r--pkgs/applications/networking/browsers/chromium/browser.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/chromium/browser.nix b/pkgs/applications/networking/browsers/chromium/browser.nix
index 602e2e6a829..6398b82dbe3 100644
--- a/pkgs/applications/networking/browsers/chromium/browser.nix
+++ b/pkgs/applications/networking/browsers/chromium/browser.nix
@@ -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")
+    hydraPlatforms = if (channel == "stable" || channel == "ungoogled-chromium" || channel == "beta")
       then ["aarch64-linux" "x86_64-linux"]
       else [];
     timeout = 172800; # 48 hours (increased from the Hydra default of 10h)