6 lines
89 B
Nix
6 lines
89 B
Nix
{ inputs, ... }:
|
|
final: prev: {
|
|
jdk = final.openjdk17;
|
|
openjdk8 = final.openjdk17;
|
|
}
|