Revert "release/metrics: drop requiredSystemFeatures"

This reverts commit 1d0caa7b03. Thanks
to @vcunat we have a 'benchmark' machine again!
This commit is contained in:
Eelco Dolstra 2018-07-30 10:45:35 +02:00
parent c5d1f7723b
commit 14b5d5e93e
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -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