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