parent
379b45bbca
commit
8f8418d3ce
|
@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"{" = [
|
"{" = [
|
||||||
|
|
Loading…
Reference in New Issue