diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-05-29 10:48:49 +0200 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-05-29 10:48:49 +0200 |
commit | fdb736ac3211c651783667d06c5a98fee14799f9 (patch) | |
tree | 089cc59e9e110db421c6892db50b2348d57a261b /shell.nix | |
parent | 6be1c84f5d190c6ec6dfdd76a35a17564e7a2d05 (diff) |
gitlab-ci
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -22,6 +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 make) ''; } |