summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-05-29 10:48:49 +0200
committerDaniel Weipert <code@drogueronin.de>2023-05-29 10:48:49 +0200
commitfdb736ac3211c651783667d06c5a98fee14799f9 (patch)
tree089cc59e9e110db421c6892db50b2348d57a261b /shell.nix
parent6be1c84f5d190c6ec6dfdd76a35a17564e7a2d05 (diff)
gitlab-ci
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index b209e9a..d457038 100644
--- a/shell.nix
+++ b/shell.nix
@@ -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)
'';
}