mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
jdk fix
This commit is contained in:
parent
748e2e5cf1
commit
1ebd772d58
2 changed files with 4 additions and 4 deletions
|
|
@ -39,8 +39,8 @@ _: {
|
|||
;
|
||||
};
|
||||
etc = {
|
||||
"jdks/17".source = lib.getBin pkgs.openjdk17;
|
||||
"jdks/8".source = lib.getBin pkgs.openjdk8;
|
||||
"jdks/17".source = "${pkgs.openjdk17}/bin";
|
||||
"jdks/8".source = "${pkgs.openjdk8}/bin";
|
||||
};
|
||||
};
|
||||
networking = {
|
||||
|
|
|
|||
|
|
@ -70,8 +70,8 @@
|
|||
'';
|
||||
};
|
||||
etc = {
|
||||
"jdks/17".source = lib.getBin pkgs.openjdk17;
|
||||
"jdks/8".source = lib.getBin pkgs.openjdk8;
|
||||
"jdks/17".source = "${pkgs.openjdk17}/bin";
|
||||
"jdks/8".source = "${pkgs.openjdk8}/bin";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue