add android studio, apktool to devShell

This commit is contained in:
2024-10-25 10:00:40 +02:00
parent 58476ed50a
commit 4d3897fb7a

View File

@@ -22,6 +22,7 @@
devShells = forAllSystems ({ pkgs }: {
default = pkgs.mkShell {
packages = with pkgs; [
apktool
temurin-bin
ghidra-bin
(vscode-with-extensions.override { vscodeExtensions = pkgs.vscode-utils.extensionsFromVscodeMarketplace [
@@ -42,6 +43,8 @@
radamsa
wireshark
android-tools
android-studio
android-studio-tools
jadx
(python3.withPackages (pypkgs: with pypkgs; [
(pypkgs.callPackage ./xpcspy.nix {})