include jq from nixpkgs

Signed-off-by: jolheiser <git@jolheiser.com>
main
jolheiser 2025-07-17 09:07:14 -05:00
parent 379b45bbca
commit 8f8418d3ce
No known key found for this signature in database
1 changed files with 3 additions and 3 deletions

View File

@ -163,9 +163,9 @@
}; };
select = { select = {
space = { space = {
j = { j = with pkgs; {
e = ":pipe jq"; e = ":pipe ${lib.getExe jq}";
c = ":pipe jq -c"; c = ":pipe ${lib.getExe jq} -c";
}; };
}; };
"{" = [ "{" = [