python3Packages: format with nixfmt
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, asgiref
|
||||
, httpx
|
||||
, pdm-backend
|
||||
, pytest-asyncio
|
||||
, pytestCheckHook
|
||||
{
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
asgiref,
|
||||
httpx,
|
||||
pdm-backend,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -18,9 +19,7 @@ buildPythonPackage rec {
|
||||
hash = "sha256-UOgaxVqmCfosZm5CuswlxCTIiEzmBy8afpAhFLfuXWM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
pdm-backend
|
||||
];
|
||||
nativeBuildInputs = [ pdm-backend ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
asgiref
|
||||
|
||||
Reference in New Issue
Block a user