disable distributed builds for now

This commit is contained in:
Sridhar Ratnakumar 2023-02-06 09:30:53 -05:00
parent 76dd061e35
commit 4237e5ab98

View file

@ -51,14 +51,14 @@
experimental-features = nix-command flakes repl-flake
'';
# https://nixos.wiki/wiki/Distributed_build
distributedBuilds = true;
buildMachines = [
/* distributedBuilds = true;
buildMachines = [
{
hostName = (import ./hetzner/ax41.info.nix).publicIP;
system = "x86_64-linux";
maxJobs = 10;
}
];
]; */
};
nixpkgs.config.allowBroken = true;
nixpkgs.config.allowUnsupportedSystem = true;