ledfx: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-05 00:59:30 +02:00
parent f7239c6227
commit 2878850423

View File

@ -1,6 +1,7 @@
{ lib {
, fetchPypi lib,
, python3 fetchPypi,
python3,
}: }:
python3.pkgs.buildPythonPackage rec { python3.pkgs.buildPythonPackage rec {
@ -25,9 +26,7 @@ python3.pkgs.buildPythonPackage rec {
poetry-core poetry-core
]; ];
nativeBuildInputs = with python3.pkgs; [ nativeBuildInputs = with python3.pkgs; [ pythonRelaxDepsHook ];
pythonRelaxDepsHook
];
dependencies = with python3.pkgs; [ dependencies = with python3.pkgs; [
aiohttp aiohttp