Revert "release/metrics: drop requiredSystemFeatures"

This reverts commit 1d0caa7b03. Thanks
to @vcunat we have a 'benchmark' machine again!
wip/yesman
Eelco Dolstra 6 years ago
parent c5d1f7723b
commit 14b5d5e93e
No known key found for this signature in database
GPG Key ID: 8170B4726D7198DE
  1. 2
      pkgs/top-level/metrics.nix

@ -4,7 +4,7 @@ with pkgs;
runCommand "nixpkgs-metrics"
{ buildInputs = [ nix time ];
# requiredSystemFeatures = [ "benchmark" ]; # TODO: a 1-job machine for this on Hydra?
requiredSystemFeatures = [ "benchmark" ];
}
''
export NIX_DB_DIR=$TMPDIR

Loading…
Cancel
Save