2023-07-14 18:53:25 -04:00
|
|
|
_: {
|
2023-09-10 14:27:05 -04:00
|
|
|
nix = {
|
|
|
|
distributedBuilds = true;
|
|
|
|
buildMachines = [
|
|
|
|
{
|
|
|
|
hostName = "plato";
|
2024-12-07 20:46:15 -05:00
|
|
|
systems = [
|
|
|
|
"x86_64-linux"
|
|
|
|
"aarch64-linux"
|
|
|
|
];
|
2023-09-10 14:27:05 -04:00
|
|
|
maxJobs = 6;
|
2024-12-07 20:46:15 -05:00
|
|
|
supportedFeatures = [
|
|
|
|
"benchmark"
|
|
|
|
"big-parallel"
|
|
|
|
"kvm"
|
|
|
|
];
|
2023-09-10 14:27:05 -04:00
|
|
|
}
|
|
|
|
];
|
2024-02-29 16:09:02 -05:00
|
|
|
extraOptions = ''
|
|
|
|
builders-use-substitutes = true
|
|
|
|
'';
|
2023-09-10 14:27:05 -04:00
|
|
|
};
|
2022-01-06 20:42:24 -05:00
|
|
|
}
|