From d36486c9359895e58836c1833969f7c633979dd1 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Wed, 4 Mar 2026 10:02:53 -0700 Subject: [PATCH] more packages --- nix/modules/gitea-runner.nix | 4 ++++ 1 file changed, 4 insertions(+) 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; };