summaryrefslogtreecommitdiff
path: root/modules/home
diff options
context:
space:
mode:
authorChristian <[email protected]>2026-05-30 11:29:44 -0500
committerChristian <[email protected]>2026-05-30 11:29:44 -0500
commitdf7c578541d2dc11157f86a21992fe92b0d84b6f (patch)
tree2fc06af7cbd4f83d26ff4d49bb28e0c972beb648 /modules/home
parent4669d60345bb78f7aaec433796e437c38dcb09da (diff)
Add radare2 to reverse engineering toolkit
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/re.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home/re.nix b/modules/home/re.nix
index 03fde12..0194fe1 100644
--- a/modules/home/re.nix
+++ b/modules/home/re.nix
@@ -12,5 +12,6 @@
patches = [ ./imhex-refresh-callback.patch ];
}))
(import ./ghidra.nix { inherit pkgs; })
+ pkgs.radare2
];
}