fix: jq + curl to gitea action runner

This commit is contained in:
m3tm3re
2026-01-20 21:17:08 +01:00
parent 4439e6d173
commit 3b2d19f8a6
4 changed files with 50 additions and 10 deletions

View File

@@ -22,9 +22,11 @@
# Host execution packages
hostPackages = with pkgs; [
git
bash
curl
coreutils
git
jq
nix
nodejs
# Add any other tools you need for nix-update workflows
@@ -33,7 +35,7 @@
# Advanced settings
settings = {
runner = {
capacity = 1; # One job at a time (increase if you have resources)
capacity = 4; # One job at a time (increase if you have resources)
timeout = "4h"; # Nix builds can take a while
};
cache = {enabled = true;};