From fde9095587cea432997eb24c3a3f9c61737e2f1e Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 29 May 2023 09:19:51 +0200 Subject: gitlab-ci --- shell.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 7017e08..d457038 100644 --- a/shell.nix +++ b/shell.nix @@ -7,6 +7,8 @@ mkShell rec { name = "android-shell"; buildInputs = [ + python3Full + gnumake jdk android-composition.androidsdk bazel_4 @@ -19,6 +21,6 @@ mkShell rec { shellHook = '' # TODO: replace with nix builtins - sudo python ./nix/android-shell-shellHook.py ${ANDROID_HOME}/build-tools ${ANDROID_HOME}/platforms + python ./nix/android-shell-shellHook.py ${ANDROID_HOME}/build-tools ${ANDROID_HOME}/platforms ''; } -- cgit v1.2.3