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 = {
space = {
j = {
e = ":pipe jq";
c = ":pipe jq -c";
j = with pkgs; {
e = ":pipe ${lib.getExe jq}";
c = ":pipe ${lib.getExe jq} -c";
};
};
"{" = [