Refactor Java source files, update level data, and modify replit.nix to include neovim and wget, while ensuring Java 21 is the primary JDK. Replit-Commit-Author: Agent Replit-Commit-Session-Id: f6819c21-e85d-45ac-acde-604db2cfa4fe Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 332f0015-659a-4183-b97b-e0f2e5f6cd83 Replit-Helium-Checkpoint-Created: true
8 lines
76 B
Nix
8 lines
76 B
Nix
{pkgs}: {
|
|
deps = [
|
|
pkgs.neovim
|
|
pkgs.wget
|
|
pkgs.jdk21
|
|
];
|
|
}
|