@cryptotaxi247 / infra-1 / commits / 57fb4c75

builders: add the "benchmark" feature on their nix side

Vladimír Čunát committed Jan 20, 2025 at 14:57 UTC 57fb4c7507fab636044c69456c19afb3ff01b64e
1 file changed +1
builders/common/nix.nix
+1
@@ -30,6 +30,7 @@
30 system-features = [
31 "kvm"
32 "nixos-test"
33 + "benchmark" # we may restrict this in the central /etc/nix/machines anyway
34 ];
35 trusted-users = [
36 "build"