From c1adf2f6c0f59af2502ae5d8ce45cf679193fe17 Mon Sep 17 00:00:00 2001 From: Morgan Jones Date: Mon, 3 Jun 2024 23:03:05 -0700 Subject: [PATCH] android-studio: add sdk passthru --- pkgs/applications/editors/android-studio/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/android-studio/common.nix b/pkgs/applications/editors/android-studio/common.nix index ca7c4aa1bbdd..e18d19ad257f 100644 --- a/pkgs/applications/editors/android-studio/common.nix +++ b/pkgs/applications/editors/android-studio/common.nix @@ -260,6 +260,7 @@ let unwrapped = androidStudio; full = withSdk androidenv.androidPkgs.androidsdk; inherit withSdk; + sdk = androidSdk; }; meta = with lib; { description = "The Official IDE for Android (${channel} channel)";