ledfx: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-05 00:59:30 +02:00
parent f7239c6227
commit 2878850423
1 changed files with 5 additions and 6 deletions

View File

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