fix chess command

This commit is contained in:
Simon Gardling 2024-10-17 00:05:49 -04:00
parent da95b82ce6
commit ab5dd30454
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -50,7 +50,7 @@ in
gcc-native = "${pkgs.gcc}/bin/gcc -Q --help=target -mtune=native -march=native | ${pkgs.gnugrep}/bin/grep -E '(mtune|march)=' | ${pkgs.gnugrep}/bin/grep -v 'Known valid arguments' | ${pkgs.gnused}/bin/sed -E \"s/[[:space:]]+//g\"";
chess = "${pkgs.chess-tui} -e ${pkgs.stockfish}/bin/stockfish";
chess = "${pkgs.chess-tui}/bin/chess-tui -e ${pkgs.stockfish}/bin/stockfish";
};
shellInit = ''