summary refs log tree commit diff
path: root/pkgs/top-level/metrics.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2018-07-26 18:31:18 +0200
committerVladimír Čunát <vcunat@gmail.com>2018-07-26 18:32:41 +0200
commit1d0caa7b035875cee70bf8072b46b19e4965c65b (patch)
treee3f9955c386340c8ce228b006732026347a8009d /pkgs/top-level/metrics.nix
parent886871538c15681575925a990a3f1b68ed9d5477 (diff)
downloadnixlib-1d0caa7b035875cee70bf8072b46b19e4965c65b.tar
nixlib-1d0caa7b035875cee70bf8072b46b19e4965c65b.tar.gz
nixlib-1d0caa7b035875cee70bf8072b46b19e4965c65b.tar.bz2
nixlib-1d0caa7b035875cee70bf8072b46b19e4965c65b.tar.lz
nixlib-1d0caa7b035875cee70bf8072b46b19e4965c65b.tar.xz
nixlib-1d0caa7b035875cee70bf8072b46b19e4965c65b.tar.zst
nixlib-1d0caa7b035875cee70bf8072b46b19e4965c65b.zip
release/metrics: drop requiredSystemFeatures
Lack of a "benchmark" machine on Hydra prevents it from building,
and that blocks channels.
Diffstat (limited to 'pkgs/top-level/metrics.nix')
-rw-r--r--pkgs/top-level/metrics.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/metrics.nix b/pkgs/top-level/metrics.nix
index 77f620da7249..f4e778aed127 100644
--- a/pkgs/top-level/metrics.nix
+++ b/pkgs/top-level/metrics.nix
@@ -4,7 +4,7 @@ with pkgs;
 
 runCommand "nixpkgs-metrics"
   { buildInputs = [ nix time ];
-    requiredSystemFeatures = [ "benchmark" ];
+    # requiredSystemFeatures = [ "benchmark" ]; # TODO: a 1-job machine for this on Hydra?
   }
   ''
     export NIX_DB_DIR=$TMPDIR