diff options
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) ''; } |