Add jq to nix-container-builder runner hostPackages
Some checks failed
Build Container / build (push) Has been skipped
Build Container (Nix) / build (push) Failing after 8s

The nix container build workflow uses jq to parse flake metadata when
resolving nixpkgs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Erich Blume 2026-02-19 08:09:14 -08:00
commit dfe0f22108

View file

@ -456,7 +456,7 @@ in
tokenFile = "/etc/forgejo-runner/token.env";
labels = [ "nix-container-builder:host" ];
hostPackages = with pkgs; [
bash coreutils curl gawk gitMinimal gnused nodejs wget
bash coreutils curl gawk gitMinimal gnused jq nodejs wget
nix skopeo
];
settings = {