summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-06-20 00:13:53 +0200
committerMel <mel@rnrd.eu>2025-06-20 00:13:53 +0200
commita4fe78dc26cce857b3028d9edb90737bdc6677c6 (patch)
treefb2c742346544179f11c6851ed13a3b9f2f3ead3 /modules
parente03f74bfdc3bde6fbd9e32497015c09c6c577fba (diff)
downloadminerals-a4fe78dc26cce857b3028d9edb90737bdc6677c6.tar.zst
minerals-a4fe78dc26cce857b3028d9edb90737bdc6677c6.zip
Patch Ghidra without rebuild
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'modules')
-rw-r--r--modules/common.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/modules/common.nix b/modules/common.nix
index 22102f9..bcfbff5 100644
--- a/modules/common.nix
+++ b/modules/common.nix
@@ -66,6 +66,12 @@
     fish.enable = true;
     git.enable = true;
 
+    ghidra = {
+      enable = true;
+      package = auxiliaryPkgs.ghidra;
+      gdb = true;
+    };
+
     adb.enable = true;
 
     gnupg.agent = {
@@ -121,7 +127,7 @@
     man-pages man-pages-posix
   ]) ++ (with auxiliaryPkgs; [
     # TODO: need fixes for 25.05
-    # ghidra retroarch wine
+    # retroarch wine
     ngfx
   ]);