temp fix for outline (#82)

This commit is contained in:
Dennis 2024-02-07 00:51:31 +01:00 committed by GitHub
parent 7e1da03f8c
commit c13cec9d0a

View File

@ -33,8 +33,17 @@
maxJobs = 2; maxJobs = 2;
protocol = "ssh-ng"; protocol = "ssh-ng";
speedFactor = 2; speedFactor = 2;
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ]; systems = [
systems = [ "x86_64-linux" "x86_64-linux" ]; "x86_64-linux"
"aarch64-linux"
];
supportedFeatures = [
"kvm"
"nixos-test"
"big-parallel"
"benchmark"
];
}]; }];
}; };