diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-05-29 11:52:15 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-05-29 11:52:15 +0200 |
commit | d90d22f68d16d8271e730b642b68cb12665789b7 (patch) | |
tree | b8956d4cddf351faa4a018c326417b0cae372e7e /shell.nix | |
parent | 6a638c04601552e26be578290b8b1ec98bcf777b (diff) |
gitlab-ci
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -22,7 +22,5 @@ mkShell rec { shellHook = '' # TODO: replace with nix builtins python ./nix/android-shell-shellHook.py ${ANDROID_HOME}/build-tools ${ANDROID_HOME}/platforms - echo $(which bazel) - echo $(which make) ''; } |