summary refs log tree commit diff
path: root/pkgs/top-level/metrics.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/top-level/metrics.nix')
-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 1decb810f97..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 ];
-    #FIXME: the job doesn't work, see issue #76776
-    #requiredSystemFeatures = [ "benchmark" ]; # dedicated machine, by @vcunat last time
+    requiredSystemFeatures = [ "benchmark" ]; # dedicated `t2a` machine, by @vcunat
   }
   ''
     export NIX_STORE_DIR=$TMPDIR/store