From ab5dd304547d9b068246446bc2df5f9e47ff462e Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 17 Oct 2024 00:05:49 -0400 Subject: [PATCH] fix chess command --- home-manager/progs/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/progs/fish.nix b/home-manager/progs/fish.nix index 0bad518..c037d03 100644 --- a/home-manager/progs/fish.nix +++ b/home-manager/progs/fish.nix @@ -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 = ''