2023-07-14 18:53:25 -04:00
|
|
|
_: {
|
2023-09-10 14:27:05 -04:00
|
|
|
nix = {
|
|
|
|
distributedBuilds = true;
|
|
|
|
buildMachines = [
|
|
|
|
{
|
|
|
|
hostName = "plato";
|
|
|
|
systems = [ "x86_64-linux" "aarch64-linux" ];
|
|
|
|
maxJobs = 6;
|
|
|
|
supportedFeatures = [ "benchmark" "big-parallel" "kvm" ];
|
|
|
|
}
|
|
|
|
];
|
2023-07-17 14:41:12 -04:00
|
|
|
|
2023-09-10 14:27:05 -04:00
|
|
|
linux-builder.enable = true;
|
|
|
|
};
|
2022-01-06 20:42:24 -05:00
|
|
|
}
|