unixtools: use tinyxxd to serve up xxd

This commit is contained in:
Philip Taron 2024-08-16 17:23:49 -07:00
parent 9994e4df96
commit 7118909e82
No known key found for this signature in database

View File

@ -224,9 +224,9 @@ let
darwin = pkgs.darwin.basic_cmds;
};
xxd = {
linux = pkgs.vim.xxd;
darwin = pkgs.vim.xxd;
freebsd = pkgs.vim.xxd;
linux = pkgs.tinyxxd;
darwin = pkgs.tinyxxd;
freebsd = pkgs.tinyxxd;
};
};