summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix
index c298e4e..d457038 100644
--- a/shell.nix
+++ b/shell.nix
@@ -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)
'';
}