nixfiles/profiles/dev/reversing.nix

10 lines
128 B
Nix
Raw Normal View History

2021-12-26 12:38:23 +00:00
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
binwalk
file
binutils # strings
diffoscope
];
}