Build aggregates locally

They're so trivial that we don't want to copy all those dependencies
to remote machines.
This commit is contained in:
Eelco Dolstra 2013-08-21 14:50:34 +02:00
parent 7151b3719f
commit 0ff6f51703

View file

@ -43,6 +43,7 @@ rec {
{ name, constituents, meta ? { } }:
pkgs.runCommand name
{ inherit constituents meta;
preferLocalBuild = true;
_hydraAggregate = true;
}
''