nixpkgs-metrics: Suppress build products

This commit is contained in:
Eelco Dolstra 2016-03-24 18:06:46 +01:00
parent c23e9e12f8
commit 03df731fb5

View File

@ -12,6 +12,7 @@ runCommand "nixpkgs-metrics"
nix-store --init
mkdir -p $out/nix-support
touch $out/nix-support/hydra-build-products
run() {
local name="$1"