From dd59d2a56deea6f05968868a855e11ef378bf372 Mon Sep 17 00:00:00 2001 From: m3tm3re
Date: Thu, 15 Jan 2026 19:06:42 +0100 Subject: [PATCH] fix: add nodejs to gitea runner hostPackages - Enables actions/checkout@v4 to work on self-hosted nixos runner - Fixes: nixpkgs-5yn (Gitea Actions runner missing Node.js) --- hosts/m3-atlas/services/gitea-actions-runner.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/m3-atlas/services/gitea-actions-runner.nix b/hosts/m3-atlas/services/gitea-actions-runner.nix index b369fe8..26827b9 100644 --- a/hosts/m3-atlas/services/gitea-actions-runner.nix +++ b/hosts/m3-atlas/services/gitea-actions-runner.nix @@ -26,6 +26,7 @@ bash coreutils nix + nodejs # Add any other tools you need for nix-update workflows ];