From b6b19a39509433d977bda262142033dd4cdb8397 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Tue, 3 Mar 2026 15:34:24 -0700 Subject: [PATCH] node path --- nix/modules/gitea-runner.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nix/modules/gitea-runner.nix b/nix/modules/gitea-runner.nix index 85a58b6..751815e 100644 --- a/nix/modules/gitea-runner.nix +++ b/nix/modules/gitea-runner.nix @@ -49,6 +49,7 @@ extraGroups = [ "docker" ]; packages = with pkgs; [ kubernetes-helm + nodejs_24 ]; shell = pkgs.bash; };