diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-01 15:40:03 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-11-01 15:40:03 -0400 |
| commit | 2d86b0dbd47ddb9fb3d68632e6a3ad1243936c49 (patch) | |
| tree | 6cc4fc5bb63292029c540b92d90f64592128b210 /packages | |
| parent | 3caa0c878b3e2443e97c1673413966186504af9e (diff) | |
| download | home-2d86b0dbd47ddb9fb3d68632e6a3ad1243936c49.tar.gz | |
idk
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/ida.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/ida.nix b/packages/ida.nix index 486d883..c497585 100644 --- a/packages/ida.nix +++ b/packages/ida.nix @@ -47,7 +47,7 @@ pkgs.buildFHSEnv rec { ]; runScript = pkgs.writeScript "idapro.sh" '' set -e - # ~/ida-pro-9.1/idapyswitch --auto-apply + ~/ida-pro-9.1/idapyswitch --auto-apply exec "~/ida-pro-9.1/ida" ''; meta = { |