🐛 darwin.linux-builder is broken :(

This commit is contained in:
2023-07-17 14:41:12 -04:00
parent 9f80c55ace
commit 883e1e634d
2 changed files with 38 additions and 35 deletions

View File

@ -3,10 +3,13 @@ _: {
nix.buildMachines = [
{
hostName = "plato";
systems = [ "x86_64-linux" ];
systems = [ "x86_64-linux" "aarch64-linux" ];
maxJobs = 6;
supportedFeatures = [ "benchmark" "big-parallel" "kvm" ];
}
];
nix.linux-builder.enable = true;
# TODO: waiting on fix for https://github.com/NixOS/nixpkgs/issues/243685
# nix.linux-builder.enable = true;
}