modules/dependencies: add xxd

This commit is contained in:
Gaetan Lepage 2025-04-07 23:36:00 +02:00 committed by nix-infra-bot
parent 0a78c93e7a
commit 55ec7c4187
2 changed files with 15 additions and 8 deletions

View file

@ -49,6 +49,10 @@ let
websocat.default = "websocat";
wezterm.default = "wezterm";
which.default = "which";
xxd.default = [
"unixtools"
"xxd"
];
yazi.default = "yazi";
yq.default = "yq";
zk.default = "zk";