shell-gpt: format with nixfmt
This commit is contained in:
parent
08150fb723
commit
8d2927a9dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user