Sync config
This commit is contained in:
8
roles/subroles/reversing.nix
Normal file
8
roles/subroles/reversing.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
radare2
|
||||
ghidra-bin
|
||||
gdb
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user