reduce number of actions runner

This commit is contained in:
Jörg Thalheim 2024-03-12 16:56:48 +01:00
parent 1df15237a5
commit eda9852f42

View File

@ -12,7 +12,7 @@ let
mkdir -p $out/etc/ssl/certs
cp -a "${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt" $out/etc/ssl/certs/ca-bundle.crt
'';
numInstances = 10;
numInstances = 2;
in
lib.mkMerge [{
# everything here has no dependencies on the store