abouttreesummaryrefslogcommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorJules Aguillon2021-01-05 00:39:49 +0100
committerJules Aguillon2021-01-05 00:39:49 +0100
commit21b5838a1d602934672d1100b53b7382d493882c (patch)
tree524b39a372138463dbcc02309fe0a9241fa6aad9 /shell.nix
parent8dc085048acff3ec1d46bdb3eafca0ac0773be25 (diff)
downloadunexpected-keyboard-21b5838a1d602934672d1100b53b7382d493882c.tar.gz
unexpected-keyboard-21b5838a1d602934672d1100b53b7382d493882c.zip
Use more recent Java
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 3f6d853..f57ae2e 100644
--- a/shell.nix
+++ b/shell.nix
@@ -14,7 +14,7 @@ in
pkgs.mkShell {
buildInputs = with pkgs; [
- ant openjdk8 android.androidsdk
+ ant openjdk android.androidsdk
];
shellHook = ''
export ANDROID_HOME=${android.androidsdk}/libexec/android-sdk