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