mcuboot-imgtool: apply nixfmt-rfc-style

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador 2024-05-20 15:28:08 -03:00
parent 8c6e3d9175
commit b36536b83a

View File

@ -1,7 +1,8 @@
{ lib
, fetchPypi
, python3Packages
, nix-update-script
{
lib,
fetchPypi,
python3Packages,
nix-update-script,
}:
python3Packages.buildPythonApplication rec {
@ -17,9 +18,7 @@ python3Packages.buildPythonApplication rec {
passthru.updateScript = nix-update-script { };
nativeBuildInputs = with python3Packages; [
setuptools
];
nativeBuildInputs = with python3Packages; [ setuptools ];
propagatedBuildInputs = with python3Packages; [
cbor2