Files
nix-files/hosts/common/programs/xxd.nix
2024-10-06 18:42:39 +00:00

7 lines
103 B
Nix

{ ... }:
{
sane.programs."unixtools.xxd" = {
sandbox.autodetectCliPaths = "existingFile";
};
}