nixfiles/home/reversing/reversing.nix

9 lines
114 B
Nix
Raw Normal View History

2021-12-26 12:38:23 +00:00
{ pkgs, ... }: {
2021-12-26 14:07:09 +00:00
home.packages = with pkgs; [
2021-12-26 12:38:23 +00:00
binwalk
file
binutils # strings
diffoscope
];
}