feat: add android development tools
This commit is contained in:
parent
f5c0ca4eab
commit
31fdc06360
4 changed files with 8 additions and 5 deletions
|
|
@ -19,5 +19,6 @@
|
|||
pkgs.unstable.isisdl # downloader for isis of tu-berlin
|
||||
pkgs.sage # open source mathematics software, free alternative to magma, maple, mathematica, and matlab
|
||||
pkgs.filebrowser # filebrowser is a web application for managing files and directories
|
||||
pkgs.apktool # tool for reverse engineering android apk files
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -61,6 +61,9 @@
|
|||
]
|
||||
++ lib.optionals nixosConfig.bchmnn.collections.development.enable [
|
||||
wireshark # powerful network protocol analyzer
|
||||
jadx # dex to java decompiler
|
||||
unstable.httptoolkit # http(s) debugging, development & testing tool
|
||||
android-studio # the official ide for android (stable channel)
|
||||
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue