nixfiles/home/reversing/reversing.nix

9 lines
102 B
Nix
Raw Normal View History

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