avoid rebuilding firefox
This commit is contained in:
@@ -231,8 +231,14 @@ in
|
||||
# comby # ast-based source code rewrite
|
||||
gron fastgron # grep-able json
|
||||
jq # json query
|
||||
# xq gojq # faster jq alternatives
|
||||
yq # jq wrapper with more formats, includes yq (yaml), xq (xml) and tomlq
|
||||
xq gojq # faster jq alternatives
|
||||
# yq # jq wrapper with more formats, includes yq (yaml), xq (xml) and tomlq
|
||||
(pkgs.linkFarm yq {
|
||||
# jq wrapper with more formats, includes yq (yaml), xq (xml) and tomlq
|
||||
"bin/yq" = lib.getExe' pkgs.yq "yq";
|
||||
"bin/tomlq" = lib.getExe' pkgs.yq "tomlq";
|
||||
# "bin/xq" = lib.getExe' pkgs.yq "xq"; # conflict with the speedy xq
|
||||
})
|
||||
fx # jq tui viewer
|
||||
ijq # interactive jq
|
||||
#fq # jq for binaries
|
||||
|
||||
Reference in New Issue
Block a user