Page MenuHomePhabricator

D4483.id14791.diff
No OneTemporary

D4483.id14791.diff

diff --git a/nix/dev-shell.nix b/nix/dev-shell.nix
--- a/nix/dev-shell.nix
+++ b/nix/dev-shell.nix
@@ -17,6 +17,7 @@
, libuv
, nodejs-16_x
, olm
+, openjdk8
, openssl
, pkg-config
, protobuf_3_15_cmake
@@ -77,12 +78,15 @@
libiconv # identity service
]);
+ JAVA_HOME = openjdk8.passthru.home;
+
# shell commands to be ran upon entering shell
shellHook = let
socket = "mysql-socket/mysql.sock";
in ''
if [[ "$OSTYPE" == 'linux'* ]]; then
export MYSQL_UNIX_PORT=''${XDG_RUNTIME_DIR:-/run/user/$UID}/${socket}
+ export ANDROID_SDK_ROOT=''${ANDROID_SDK_ROOT:-$HOME/Android/Sdk}
fi
if [[ "$OSTYPE" == 'darwin'* ]]; then

File Metadata

Mime Type
text/plain
Expires
Mon, Nov 25, 1:18 AM (5 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2577907
Default Alt Text
D4483.id14791.diff (676 B)

Event Timeline