RemoteBuild : Enable extra features.
This commit is contained in:
parent
e74ea48aec
commit
54e2650c66
|
@ -6,8 +6,7 @@
|
||||||
maxJobs = 1;
|
maxJobs = 1;
|
||||||
speedFactor = 2;
|
speedFactor = 2;
|
||||||
mandatoryFeatures = [ ];
|
mandatoryFeatures = [ ];
|
||||||
supportedFeatures = [ ];
|
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||||
# supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
|
||||||
}];
|
}];
|
||||||
nix.distributedBuilds = true;
|
nix.distributedBuilds = true;
|
||||||
nix.extraOptions = ''
|
nix.extraOptions = ''
|
||||||
|
|
Loading…
Reference in a new issue