mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 11:02:05 +00:00
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 ? { } }:
|
||||
pkgs.runCommand name
|
||||
{ inherit constituents meta;
|
||||
preferLocalBuild = true;
|
||||
_hydraAggregate = true;
|
||||
}
|
||||
''
|
||||
|
|
Loading…
Reference in a new issue