Skip to content

Commit 4c776dc

Browse files
authored
Merge pull request #538 from vcunat/p/benchmark
builders: add the "benchmark" feature on their nix side
2 parents 6eecfb7 + 57fb4c7 commit 4c776dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builders/common/nix.nix

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
system-features = [
3131
"kvm"
3232
"nixos-test"
33+
"benchmark" # we may restrict this in the central /etc/nix/machines anyway
3334
];
3435
trusted-users = [
3536
"build"

0 commit comments

Comments
 (0)