ledfx: format with nixfmt
This commit is contained in:
parent
f7239c6227
commit
2878850423
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user