diff --git a/shell.nix b/shell.nix index 09859658..6f3b3582 100644 --- a/shell.nix +++ b/shell.nix @@ -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 ]; }