7 python3.pkgs.buildPythonApplication rec {
12 src = fetchFromGitHub {
15 rev = "refs/tags/${version}";
16 hash = "sha256-4/5CLzIq+RXVTJk4chrd65GeazRp8VFKdOMt3fT+mbI=";
27 build-system = with python3.pkgs; [ hatchling ];
29 propagatedBuildInputs = with python3.pkgs; [
38 # Tests want to read the OpenAI API key from stdin
42 description = "Access ChatGPT from your terminal";
43 homepage = "https://github.com/TheR1D/shell_gpt";
44 changelog = "https://github.com/TheR1D/shell_gpt/releases/tag/${version}";
45 license = licenses.mit;
46 maintainers = with maintainers; [ mglolenstine ];