about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-05-04 17:37:34 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-05-04 18:16:27 +0200
commitf2d24b98408b48c2179b131fa4c3700dc41f5b52 (patch)
tree7e29cffe41f2a7d06647f6043d143acc6fd92caa /nixos/tests
parent942db2e9acab06d3199463aa36be1a9c7e615d93 (diff)
downloadnixlib-f2d24b98408b48c2179b131fa4c3700dc41f5b52.tar
nixlib-f2d24b98408b48c2179b131fa4c3700dc41f5b52.tar.gz
nixlib-f2d24b98408b48c2179b131fa4c3700dc41f5b52.tar.bz2
nixlib-f2d24b98408b48c2179b131fa4c3700dc41f5b52.tar.lz
nixlib-f2d24b98408b48c2179b131fa4c3700dc41f5b52.tar.xz
nixlib-f2d24b98408b48c2179b131fa4c3700dc41f5b52.tar.zst
nixlib-f2d24b98408b48c2179b131fa4c3700dc41f5b52.zip
chromium: Disable Hydra builds of -dev and -beta
It's not the job of Nixpkgs to distribute beta versions of upstream
packages. More importantly, building these delays channel updates by
several hours, which is bad for our security fix turnaround time.
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/chromium.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/tests/chromium.nix b/nixos/tests/chromium.nix
index 9a6414f81c39..1053b777a61b 100644
--- a/nixos/tests/chromium.nix
+++ b/nixos/tests/chromium.nix
@@ -2,8 +2,6 @@
 , pkgs ? import ../.. { inherit system; }
 , channelMap ? {
     stable = pkgs.chromium;
-    beta   = pkgs.chromiumBeta;
-    dev    = pkgs.chromiumDev;
   }
 }: