avoid rebuilding firefox

This commit is contained in:
2025-11-26 20:56:35 +01:00
parent 4ed3938223
commit 767e1e50be
9 changed files with 58 additions and 42 deletions

View File

@@ -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