shell-gpt: fix build issue

This commit is contained in:
Mio
2025-11-14 11:40:54 +11:00
committed by GitHub
parent 59fd3f2ddf
commit aeedac8f7c

View File

@@ -23,6 +23,7 @@ python3.pkgs.buildPythonApplication rec {
"typer"
"instructor"
"jinja2"
"openai"
];
build-system = with python3.pkgs; [ hatchling ];