added uchess and cutechess for testing

This commit is contained in:
k
2025-06-12 04:50:42 -04:00
parent 64b979b9ab
commit 1d7d15fb52
2 changed files with 65 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{pkgs ? import <nixpkgs> {}}:
with pkgs;
mkShell rec {
packages = [gdb clang-tools];
packages = [gdb clang-tools uchess cutechess];
nativeBuildInputs = [
pkg-config
gcc