nixfiles/profiles/dev/reversing.nix
2021-12-26 12:38:23 +00:00

10 lines
128 B
Nix

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
binwalk
file
binutils # strings
diffoscope
];
}