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)
This commit is contained in:
m3tm3re
2026-01-15 19:06:42 +01:00
parent f9415c05f9
commit dd59d2a56d

View File

@@ -26,6 +26,7 @@
bash bash
coreutils coreutils
nix nix
nodejs
# Add any other tools you need for nix-update workflows # Add any other tools you need for nix-update workflows
]; ];