Skip to content

Commit

Permalink
jetbrains: set JDK for JetBrains Client
Browse files Browse the repository at this point in the history
  • Loading branch information
kouyk committed Oct 12, 2022
1 parent ca7c983 commit 2b387a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/applications/editors/jetbrains/linux.nix
Expand Up @@ -80,6 +80,7 @@ with stdenv; lib.makeOverridable mkDerivation (rec {
--set-default JDK_HOME "$jdk" \
--set-default ANDROID_JAVA_HOME "$jdk" \
--set-default JAVA_HOME "$jdk" \
--set-default JETBRAINSCLIENT_JDK "$jdk" \
--set ${hiName}_JDK "$jdk" \
--set ${hiName}_VM_OPTIONS ${vmoptsFile}
Expand Down

0 comments on commit 2b387a0

Please sign in to comment.