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:
parent
7151b3719f
commit
0ff6f51703
@ -43,6 +43,7 @@ rec {
|
|||||||
{ name, constituents, meta ? { } }:
|
{ name, constituents, meta ? { } }:
|
||||||
pkgs.runCommand name
|
pkgs.runCommand name
|
||||||
{ inherit constituents meta;
|
{ inherit constituents meta;
|
||||||
|
preferLocalBuild = true;
|
||||||
_hydraAggregate = true;
|
_hydraAggregate = true;
|
||||||
}
|
}
|
||||||
''
|
''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user