Do some large, concurrency-capable builds on dedicated machines

This commit is contained in:
Eelco Dolstra
2016-05-04 18:16:27 +02:00
parent f2d24b9840
commit 1f84e43239
2 changed files with 4 additions and 1 deletions
@@ -36,5 +36,6 @@ mkChromiumDerivation (base: rec {
license = licenses.bsd3;
platforms = platforms.linux;
hydraPlatforms = if channel == "stable" then ["x86_64-linux"] else [];
requiredSystemFeatures = [ "big-parallel" ];
};
})