From 366d98a225f687570928a0d9a9e224698d327fcb Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 14 Nov 2022 21:46:40 -0500 Subject: [PATCH] expose the Android platform version to the env --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 81dcb89..3229691 100644 --- a/flake.nix +++ b/flake.nix @@ -149,6 +149,8 @@ # Deprecated but ... :shrug: ANDROID_HOME = ANDROIDSDK; + ANDROID_PLATFORM_VERSION = "${platformVersion}"; + buildInputs = with pkgs; [ gradle-wrapper ant -- GitLab