Files
chess/replit.nix
CoolGuy27 174a84b92a Update project files and configurations for game execution
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
2026-04-20 19:35:16 +00:00

8 lines
76 B
Nix

{pkgs}: {
deps = [
pkgs.neovim
pkgs.wget
pkgs.jdk21
];
}