Loading pkgs/by-name/sh/shell-gpt/package.nix +7 −10 Original line number Diff line number Diff line { lib , fetchFromGitHub , python3 { lib, fetchFromGitHub, python3, }: python3.pkgs.buildPythonApplication rec { Loading @@ -23,13 +24,9 @@ python3.pkgs.buildPythonApplication rec { "instructor" ]; build-system = with python3.pkgs; [ hatchling ]; build-system = with python3.pkgs; [ hatchling ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; propagatedBuildInputs = with python3.pkgs; [ click Loading Loading
pkgs/by-name/sh/shell-gpt/package.nix +7 −10 Original line number Diff line number Diff line { lib , fetchFromGitHub , python3 { lib, fetchFromGitHub, python3, }: python3.pkgs.buildPythonApplication rec { Loading @@ -23,13 +24,9 @@ python3.pkgs.buildPythonApplication rec { "instructor" ]; build-system = with python3.pkgs; [ hatchling ]; build-system = with python3.pkgs; [ hatchling ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ]; propagatedBuildInputs = with python3.pkgs; [ click Loading