fix gpt4all

This commit is contained in:
2024-10-16 22:01:25 -04:00
parent fddb34888a
commit 705e31e76c
6 changed files with 34 additions and 67 deletions

View File

@@ -49,6 +49,8 @@ in
nix-cleanup = "doas nix-collect-garbage --delete-older-than 1d && doas nix-store --optimise && doas nix-store --gc";
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";
};
shellInit = ''