add android studio, apktool to devShell
This commit is contained in:
@@ -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 {})
|
||||
|
||||
Reference in New Issue
Block a user