ledfx: format with nixfmt
This commit is contained in:
parent
f7239c6227
commit
2878850423
1 changed files with 5 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue