about summary refs log tree commit diff
path: root/pkgs/by-name/sh
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-04-30 16:45:17 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-04-30 16:45:17 +0200
commit8d2927a9dcf0a0ce32b99f949d888d55ace1f9c3 (patch)
tree0e475cc218b3c9da3a3b40a98329393f4bc474a4 /pkgs/by-name/sh
parent08150fb723af988f1e57ea1592698c2ff7b56f5b (diff)
shell-gpt: format with nixfmt
Diffstat (limited to 'pkgs/by-name/sh')
-rw-r--r--pkgs/by-name/sh/shell-gpt/package.nix17
1 files changed, 7 insertions, 10 deletions
diff --git a/pkgs/by-name/sh/shell-gpt/package.nix b/pkgs/by-name/sh/shell-gpt/package.nix
index a7eae5f68ad9c..92f451b24088f 100644
--- a/pkgs/by-name/sh/shell-gpt/package.nix
+++ b/pkgs/by-name/sh/shell-gpt/package.nix
@@ -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