From aeedac8f7cfe36b62f06826f223eac9773080d80 Mon Sep 17 00:00:00 2001 From: Mio Date: Fri, 14 Nov 2025 11:40:54 +1100 Subject: [PATCH] shell-gpt: fix build issue --- pkgs/by-name/sh/shell-gpt/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/sh/shell-gpt/package.nix b/pkgs/by-name/sh/shell-gpt/package.nix index a008b0955810..96d8144e83a2 100644 --- a/pkgs/by-name/sh/shell-gpt/package.nix +++ b/pkgs/by-name/sh/shell-gpt/package.nix @@ -23,6 +23,7 @@ python3.pkgs.buildPythonApplication rec { "typer" "instructor" "jinja2" + "openai" ]; build-system = with python3.pkgs; [ hatchling ];