summaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-05-29 10:23:44 +0200
committerDaniel Weipert <code@drogueronin.de>2023-05-29 10:23:44 +0200
commit2ae34aa9a504870bbec43502631060f036229a72 (patch)
tree2ef9bfd3efa1832123cd367ddf48f284d69c9803 /shell.nix
parent67e6a3e19006547b858a6b9e0d0aa461952912df (diff)
gitlab-ci
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/shell.nix b/shell.nix
index 53e947c..b43bd1e 100644
--- a/shell.nix
+++ b/shell.nix
@@ -7,7 +7,6 @@ mkShell rec {
name = "android-shell";
buildInputs = [
- sudo
gnumake
jdk
android-composition.androidsdk
@@ -21,6 +20,6 @@ mkShell rec {
shellHook = ''
# TODO: replace with nix builtins
- sudo python ./nix/android-shell-shellHook.py ${ANDROID_HOME}/build-tools ${ANDROID_HOME}/platforms
+ python ./nix/android-shell-shellHook.py ${ANDROID_HOME}/build-tools ${ANDROID_HOME}/platforms
'';
}