typelevel / typelevel/typelevel-nix
OpenJDK 23 was removed as it has reached its end of life
Nobody has claimed this yet.
- Dominant language
- Nix
- Stars
- 134
- Forks
- 11
- Avg merge
- 7h 1m
- Merged PRs (30d)
- 4
Description
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?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running nix flake init -t github:typelevel/typelevel-nix#application and entering the generated dev shell to reproduce the OpenJDK 23 error. Inspect the application template for the JDK 23 reference, update it to the supported JDK version, and verify that the generated shell initializes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 54/100