summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-05-29 11:52:15 +0200
committerDaniel Weipert <code@drogueronin.de>2023-05-29 11:52:15 +0200
commitd90d22f68d16d8271e730b642b68cb12665789b7 (patch)
treeb8956d4cddf351faa4a018c326417b0cae372e7e /shell.nix
parent6a638c04601552e26be578290b8b1ec98bcf777b (diff)
gitlab-ci
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)
'';
}