modules/dependencies: add yq

This commit is contained in:
Gaetan Lepage 2025-04-07 23:13:42 +02:00 committed by nix-infra-bot
parent 1144fa8698
commit 1e3fe17dd7
2 changed files with 13 additions and 9 deletions

View file

@ -46,6 +46,7 @@ let
websocat.default = "websocat";
which.default = "which";
yazi.default = "yazi";
yq.default = "yq";
zk.default = "zk";
};