diff --git a/shell.nix b/shell.nix index 6f3b3582..fd729a2f 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 ]; + nativeBuildInputs = with pkgs; [ flutter openjdk11_headless ]; }