fix(gitea-actions-runner): Type correctly the options

This commit is contained in:
Tom Hubrecht 2023-12-12 19:21:06 +01:00
parent 5c19f7a787
commit 1bb4e2e6ce

View file

@ -10,7 +10,7 @@ let
settings.container = { settings.container = {
network = "host"; network = "host";
options = [ "--cpus=4" ]; options = "--cpus=4";
}; };
}; };
in { in {