Use latest jdk instead of 15
This commit is contained in:
parent
1c406ebd5c
commit
686da6cb66
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
openjdk15
|
jdk
|
||||||
jetbrains.idea-community
|
jetbrains.idea-community
|
||||||
jetbrains.idea-ultimate
|
jetbrains.idea-ultimate
|
||||||
maven
|
maven
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue