abouttreesummaryrefslogcommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authorJules Aguillon2021-01-16 22:01:05 +0100
committerJules Aguillon2021-01-16 22:01:26 +0100
commit5fa7187d16a4e6574fad6c52cfcb08ab9093f068 (patch)
tree5e0791c9f2baf27da45eaa52d5f3bf562d179cca /shell.nix
parent21b5838a1d602934672d1100b53b7382d493882c (diff)
downloadunexpected-keyboard-5fa7187d16a4e6574fad6c52cfcb08ab9093f068.tar.gz
unexpected-keyboard-5fa7187d16a4e6574fad6c52cfcb08ab9093f068.zip
Use openjdk8
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 f57ae2e..3f6d853 100644
--- a/shell.nix
+++ b/shell.nix
@@ -14,7 +14,7 @@ in
pkgs.mkShell {
buildInputs = with pkgs; [
- ant openjdk android.androidsdk
+ ant openjdk8 android.androidsdk
];
shellHook = ''
export ANDROID_HOME=${android.androidsdk}/libexec/android-sdk