From 54e2650c66cfd9c1fad75135e7b2b491b67db487 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 9 Mar 2024 20:21:34 +0300 Subject: [PATCH] RemoteBuild : Enable extra features. --- module/RemoteBuild.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/module/RemoteBuild.nix b/module/RemoteBuild.nix index d4942dd..79e2deb 100644 --- a/module/RemoteBuild.nix +++ b/module/RemoteBuild.nix @@ -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 = ''