fix: don't use distributed Builds
This commit is contained in:
parent
085783aa76
commit
b4171f825b
1 changed files with 2 additions and 10 deletions
|
|
@ -99,16 +99,8 @@
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
settings.trusted-substituters = [ "ssh://nix-ssh@192.168.42.5" ];
|
settings.trusted-substituters = [ "ssh://nix-ssh@192.168.42.5" ];
|
||||||
buildMachines = [{
|
buildMachines = [ ];
|
||||||
hostName = "localhost";
|
distributedBuilds = false;
|
||||||
system = "x86_64-linux";
|
|
||||||
protocol = null;
|
|
||||||
maxJobs = 5;
|
|
||||||
speedFactor = 1;
|
|
||||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
|
||||||
mandatoryFeatures = [ ];
|
|
||||||
}];
|
|
||||||
distributedBuilds = true;
|
|
||||||
settings.builders-use-substitutes = true;
|
settings.builders-use-substitutes = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue