diff --git a/nix/modules/gitea-runner.nix b/nix/modules/gitea-runner.nix index 497125d..fbba59a 100644 --- a/nix/modules/gitea-runner.nix +++ b/nix/modules/gitea-runner.nix @@ -28,6 +28,8 @@ kubernetes-helm curl nodejs_24 + openssl + gettext ]; settings = { container = { @@ -50,6 +52,8 @@ packages = with pkgs; [ kubernetes-helm nodejs_24 + openssl + gettext ]; shell = pkgs.bash; };