Unverified Commit aeedac8f authored by Mio's avatar Mio Committed by GitHub
Browse files

shell-gpt: fix build issue

parent 59fd3f2d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ python3.pkgs.buildPythonApplication rec {
    "typer"
    "instructor"
    "jinja2"
    "openai"
  ];

  build-system = with python3.pkgs; [ hatchling ];