From 8f8418d3ce7a5b79113bb260bdbad3bc47fccea1 Mon Sep 17 00:00:00 2001 From: jolheiser Date: Thu, 17 Jul 2025 09:07:14 -0500 Subject: [PATCH] include jq from nixpkgs Signed-off-by: jolheiser --- config.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.nix b/config.nix index 8fe1a96..16f2529 100644 --- a/config.nix +++ b/config.nix @@ -163,9 +163,9 @@ }; select = { space = { - j = { - e = ":pipe jq"; - c = ":pipe jq -c"; + j = with pkgs; { + e = ":pipe ${lib.getExe jq}"; + c = ":pipe ${lib.getExe jq} -c"; }; }; "{" = [