summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-06-12 13:45:06 +0200
committerGitHub <noreply@github.com>2022-06-12 13:45:06 +0200
commite8c87f09460c565322f9ef05b781b31c4adcbdfd (patch)
tree980bb78cb48c7f17018da59ade71a37f31841eaf
parentd9065632716ae90db984dfbe133ee01b5495209d (diff)
downloadnixpkgs-e8c87f09460c565322f9ef05b781b31c4adcbdfd.tar
nixpkgs-e8c87f09460c565322f9ef05b781b31c4adcbdfd.tar.gz
nixpkgs-e8c87f09460c565322f9ef05b781b31c4adcbdfd.tar.bz2
nixpkgs-e8c87f09460c565322f9ef05b781b31c4adcbdfd.tar.lz
nixpkgs-e8c87f09460c565322f9ef05b781b31c4adcbdfd.tar.xz
nixpkgs-e8c87f09460c565322f9ef05b781b31c4adcbdfd.tar.zst
nixpkgs-e8c87f09460c565322f9ef05b781b31c4adcbdfd.zip
Revert "metrics job: schedule on any machine, for now"
-rw-r--r--pkgs/top-level/metrics.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/top-level/metrics.nix b/pkgs/top-level/metrics.nix
index 6caec7327e5..d413b881eaa 100644
--- a/pkgs/top-level/metrics.nix
+++ b/pkgs/top-level/metrics.nix
@@ -4,8 +4,7 @@ with pkgs;
 
 runCommand "nixpkgs-metrics"
   { nativeBuildInputs = with pkgs.lib; map getBin [ nix time jq ];
-    # see https://github.com/NixOS/nixpkgs/issues/52436
-    #requiredSystemFeatures = [ "benchmark" ]; # dedicated `t2a` machine, by @vcunat
+    requiredSystemFeatures = [ "benchmark" ]; # dedicated `t2a` machine, by @vcunat
   }
   ''
     export NIX_STORE_DIR=$TMPDIR/store