fix chess command
This commit is contained in:
parent
da95b82ce6
commit
ab5dd30454
@ -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 = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user