fix java config

This commit is contained in:
Payas Relekar 2023-09-24 20:51:50 +05:30
parent 879d8c350a
commit 15ffc1e0d6
2 changed files with 1 additions and 3 deletions

View file

@ -36,8 +36,8 @@
environment = {
etc = with pkgs; {
"jdk".source = jdk;
"graal".source = graalvm19-ce;
"jdk".source = "${pkgs.jdk.home}/lib/openjdk";
};
};

View file

@ -52,8 +52,6 @@ in
treesit-grammars.with-all-grammars
];
};
java.enable = true;
};
home.packages = with pkgs; [