Loading pkgs/by-name/sh/shell-gpt/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -33,11 +33,16 @@ python3.pkgs.buildPythonApplication rec { click distro instructor litellm openai rich typer ]; buildInputs = with python3.pkgs; [ litellm ]; # Tests want to read the OpenAI API key from stdin doCheck = false; Loading Loading
pkgs/by-name/sh/shell-gpt/package.nix +5 −0 Original line number Diff line number Diff line Loading @@ -33,11 +33,16 @@ python3.pkgs.buildPythonApplication rec { click distro instructor litellm openai rich typer ]; buildInputs = with python3.pkgs; [ litellm ]; # Tests want to read the OpenAI API key from stdin doCheck = false; Loading