RemoteBuild : Enable extra features.

This commit is contained in:
Dmitry Voronin 2024-03-09 20:21:34 +03:00
parent e74ea48aec
commit 54e2650c66

View file

@ -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 = ''