From 2ea40eb22c9fd1a08041eb506e516b54194405c6 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Mon, 4 May 2026 20:08:15 +0100 Subject: [PATCH] common: install jq globally MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Useful for ad-hoc shell scripts (e.g. downloads-cleanup.sh) — already a build-time dep of arr-interconnect, just wasn't on the user PATH. Co-Authored-By: Claude Opus 4.7 --- common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common.nix b/common.nix index a585d72..7d5dd1a 100644 --- a/common.nix +++ b/common.nix @@ -97,6 +97,7 @@ localsend nvd nix-output-monitor + jq busybox ]; }