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 discord
element-desktop element-desktop
rage rage
ghidra
podman podman
nixpkgs-fmt nixpkgs-fmt
qutebrowser qutebrowser

View file

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