This commit is contained in:
Tibo De Peuter 2024-12-28 20:08:29 +01:00
parent 75e0ad6954
commit f135b633ad
14 changed files with 134 additions and 54 deletions

View file

@ -15,8 +15,11 @@
in {
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
heimdall
android-tools
apktool
gvfs
heimdall
usbutils
];
};
}