shell-genie: refactor

This commit is contained in:
Fabian Affolter 2024-04-14 22:30:33 +02:00
parent ede6e2b78e
commit 9e38de653a

View file

@ -21,12 +21,15 @@ buildPythonPackage rec {
"typer"
];
nativeBuildInputs = [
build-system = [
poetry-core
];
nativeBuildInputs = [
pythonRelaxDepsHook
];
propagatedBuildInputs = [
dependencies = [
colorama
openai
pyperclip
@ -44,9 +47,9 @@ buildPythonPackage rec {
meta = with lib; {
description = "Describe your shell commands in natural language";
mainProgram = "shell-genie";
homepage = "https://github.com/dylanjcastillo/shell-genie";
license = licenses.mit;
maintainers = with maintainers; [ onny ];
mainProgram = "shell-genie";
};
}