diff --git a/builders/common/nix.nix b/builders/common/nix.nix index 12461141..89319fde 100644 --- a/builders/common/nix.nix +++ b/builders/common/nix.nix @@ -30,6 +30,7 @@ system-features = [ "kvm" "nixos-test" + "benchmark" # we may restrict this in the central /etc/nix/machines anyway ]; trusted-users = [ "build"