Commit 8d2927a9 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

shell-gpt: format with nixfmt

parent 08150fb7
Loading
Loading
Loading
Loading
+7 −10
Original line number Diff line number Diff line
{ lib
, fetchFromGitHub
, python3
{
  lib,
  fetchFromGitHub,
  python3,
}:

python3.pkgs.buildPythonApplication rec {
@@ -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