diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-05-29 12:20:38 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-05-29 12:20:38 +0200 |
commit | 86e42b91d9856c98bcf0b2549d18b125985ca6e0 (patch) | |
tree | 13eef59ac9defd495f89b9893997aeae272cb270 | |
parent | d77a3dc4dfc703eabe29bfe6d47f0040ce7f73f9 (diff) |
gitlab-ci
-rw-r--r-- | gitlab-ci.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitlab-ci.nix b/gitlab-ci.nix index 12a176b..4fbba37 100644 --- a/gitlab-ci.nix +++ b/gitlab-ci.nix @@ -25,7 +25,7 @@ stdenv.mkDerivation rec { dontUnpack = true; buildPhase = '' # TODO: replace with nix builtins - # python ./android-shell-shellHook.py ${ANDROID_HOME}/build-tools ${ANDROID_HOME}/platforms + python ./android-shell-shellHook.py ${ANDROID_HOME}/build-tools ${ANDROID_HOME}/platforms make build -C $src ''; |