blob: abe03e8da3927f6f37b102ea570f8dbb8c214b6f [file] [log] [blame]
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
jdk8
jdk21
jdk
];
}