Intellij: configure jdk8 as default java version
This commit is contained in:
parent
46e73a0765
commit
69ae27e713
1 changed files with 5 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.java = {
|
||||
enable = true;
|
||||
package = pkgs.jdk8;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; with jetbrains; [
|
||||
idea-ultimate
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue