Use non bin ghidra

This commit is contained in:
Bad 2022-06-05 18:55:42 +02:00
parent 9ae21f400a
commit 7b50d81447
2 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ in
discord
element-desktop
rage
ghidra
podman
nixpkgs-fmt
qutebrowser

View File

@ -2,6 +2,6 @@
{
environment.systemPackages = with pkgs; [
rizin
ghidra-bin
ghidra
];
}