fix: jq + curl to gitea action runner
This commit is contained in:
@@ -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;};
|
||||
|
||||
Reference in New Issue
Block a user