From df2f9668f1f2d7e440eea51b3a5f702d6b24a333 Mon Sep 17 00:00:00 2001 From: cy Date: Tue, 4 Feb 2025 10:11:36 -0500 Subject: [PATCH] use ghidra-bin cause debugger works --- home/yt/ytnix.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/home/yt/ytnix.nix b/home/yt/ytnix.nix index 797e9d7..2aa25ae 100644 --- a/home/yt/ytnix.nix +++ b/home/yt/ytnix.nix @@ -111,14 +111,19 @@ nixpkgs-review just hugo - ghidra + ghidra-bin sequoia sccache awscli2 lldb - (cutter.withPlugins (plugins: with plugins; [ rz-ghidra jsdec sigdb ])) + (cutter.withPlugins (p: with p; [ + rz-ghidra + jsdec + sigdb + ])) ida-free patchelf + radare2 ]; programs.waybar.enable = true;