delete unneded packages

pull/110/head
Alya Sirko 2022-08-27 17:11:47 +03:00
parent 6eb404fc11
commit d278f0f06b
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ in
pkgs.mkShell {
ANDROID_HOME= "${androidComposition.androidsdk}/libexec/android-sdk";
ANDROID_SDK_ROOT = "${androidComposition.androidsdk}/libexec/android-sdk";
nativeBuildInputs = with pkgs; [ flutter dart openjdk11 ];
nativeBuildInputs = with pkgs; [ flutter ];
}