6 lines
82 B
Nix
6 lines
82 B
Nix
{ ... }:
|
|
final: _prev: {
|
|
jdk = final.openjdk17;
|
|
openjdk8 = final.openjdk17;
|
|
}
|