Commit b36536b8 authored by Otavio Salvador's avatar Otavio Salvador
Browse files

mcuboot-imgtool: apply nixfmt-rfc-style

parent 8c6e3d91
Loading
Loading
Loading
Loading
+6 −7
Original line number Diff line number Diff line
{ 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