programs: ship xxd
This commit is contained in:
@@ -105,6 +105,7 @@ in
|
||||
"subversion"
|
||||
"tcpdump"
|
||||
"tree"
|
||||
"unixtools.xxd"
|
||||
"usbutils" # lsusb
|
||||
"util-linux" # lsblk, lscpu, etc
|
||||
"valgrind"
|
||||
|
@@ -203,6 +203,7 @@
|
||||
./xdg-desktop-portal-wlr.nix
|
||||
./xdg-terminal-exec.nix
|
||||
./xdg-utils.nix
|
||||
./xxd.nix
|
||||
./youtube-tui.nix
|
||||
./yt-dlp.nix
|
||||
./zathura.nix
|
||||
|
6
hosts/common/programs/xxd.nix
Normal file
6
hosts/common/programs/xxd.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ ... }:
|
||||
{
|
||||
sane.programs."unixtools.xxd" = {
|
||||
sandbox.autodetectCliPaths = "existingFile";
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user