shell-gpt: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-30 16:45:17 +02:00
parent 08150fb723
commit 8d2927a9dc

View File

@ -1,6 +1,7 @@
{ lib
, fetchFromGitHub
, python3
{
lib,
fetchFromGitHub,
python3,
}:
python3.pkgs.buildPythonApplication rec {
@ -19,17 +20,13 @@ python3.pkgs.buildPythonApplication rec {
"requests"
"rich"
"distro"
"typer"
"typer"
"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