From dfe0f22108db19d04d0a3ef54fa91a104430af1b Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 19 Feb 2026 08:09:14 -0800 Subject: [PATCH] Add jq to nix-container-builder runner hostPackages The nix container build workflow uses jq to parse flake metadata when resolving nixpkgs. Co-Authored-By: Claude Opus 4.6 --- nixos/ringtail/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/ringtail/configuration.nix b/nixos/ringtail/configuration.nix index fd93c39..4dfb92f 100644 --- a/nixos/ringtail/configuration.nix +++ b/nixos/ringtail/configuration.nix @@ -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 = {