Skip to content

Commit

Permalink
hosts.M386: rename sdk link of jdk17
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerschtli committed Dec 7, 2021
1 parent 65f95c3 commit e201ca7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hosts/M386/home-tobhap.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
sdks = {
enable = true;
links = {
inherit (pkgs) jdk8 jdk11 jdk15 jdk17_headless;
inherit (pkgs) jdk8 jdk11 jdk15;
jdk17 = jdk17_headless;
};
};

Expand Down

0 comments on commit e201ca7

Please sign in to comment.