diff --git a/etc/nix/shell.nix b/etc/nix/shell.nix index 4a58ce1..1d0749d 100644 --- a/etc/nix/shell.nix +++ b/etc/nix/shell.nix @@ -84,6 +84,7 @@ with nixpkgs; PATH=~/local/sdk/flutter/stable/bin:$PATH PATH=~/SDK/Android/android-studio/bin:$PATH + PATH=~/SDK/Android/Sdk/tools/bin:$PATH export ANDROID_NDK_VERSION=r20 export ANDROID_NDK_ROOT=~/SDK/Android/ndk-archive/android-ndk-$ANDROID_NDK_VERSION