diff options
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 ''; } |