1
0
Fork 0

adsb-antenna: Disable distributed builds

This commit is contained in:
Daniel Kempkens 2022-08-08 21:35:49 +02:00
parent d7dce848b9
commit 7d868dc341

View file

@ -37,16 +37,6 @@ in
keep-derivations = true keep-derivations = true
keep-outputs = true keep-outputs = true
''; '';
distributedBuilds = true;
buildMachines = [
{
hostName = "builder-sail";
systems = [ "x86_64-linux" "aarch64-linux" ];
maxJobs = 1;
}
];
}; };
boot = { boot = {