From 8dbb8548357858163e6c7ab1fc9f5f0921a998f6 Mon Sep 17 00:00:00 2001 From: Alya Sirko Date: Sat, 27 Aug 2022 17:17:35 +0300 Subject: [PATCH] add java --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }