After initializing a new flake with
nix flake init -t github:typelevel/typelevel-nix#application
and attempting to enter the dev shell, Nix gives an error saying that error: OpenJDK 23 was removed as it has reached its end of life. The latest available seems to be jdk25, maybe one should switch to that in the template?
After initializing a new flake with
and attempting to enter the dev shell, Nix gives an error saying that
error: OpenJDK 23 was removed as it has reached its end of life. The latest available seems to bejdk25, maybe one should switch to that in the template?