temp fix for outline (#82)
This commit is contained in:
parent
7e1da03f8c
commit
c13cec9d0a
@ -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"
|
||||||
|
];
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user