# Pastebin vpwhJ9BQ with import ~/src/nixpkgs { crossSystem = { config = "aarch64-unknown-linux-android"; useAndroidPrebuilt = true; ndkVer = "21"; sdkVer = "29"; }; }; mkShell { buildInputs = []; # your dependencies here }