add android studio, apktool to devShell
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
devShells = forAllSystems ({ pkgs }: {
|
devShells = forAllSystems ({ pkgs }: {
|
||||||
default = pkgs.mkShell {
|
default = pkgs.mkShell {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
|
apktool
|
||||||
temurin-bin
|
temurin-bin
|
||||||
ghidra-bin
|
ghidra-bin
|
||||||
(vscode-with-extensions.override { vscodeExtensions = pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
(vscode-with-extensions.override { vscodeExtensions = pkgs.vscode-utils.extensionsFromVscodeMarketplace [
|
||||||
@@ -42,6 +43,8 @@
|
|||||||
radamsa
|
radamsa
|
||||||
wireshark
|
wireshark
|
||||||
android-tools
|
android-tools
|
||||||
|
android-studio
|
||||||
|
android-studio-tools
|
||||||
jadx
|
jadx
|
||||||
(python3.withPackages (pypkgs: with pypkgs; [
|
(python3.withPackages (pypkgs: with pypkgs; [
|
||||||
(pypkgs.callPackage ./xpcspy.nix {})
|
(pypkgs.callPackage ./xpcspy.nix {})
|
||||||
|
|||||||
Reference in New Issue
Block a user