diff options
Diffstat (limited to 'gitlab-ci.nix')
-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 ''; |