Commit 9c0e4b3b authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

dmarc-metrics-exporter: format with nixfmt

parent cedcff6b
Loading
Loading
Loading
Loading
+15 −12
Original line number Diff line number Diff line
{ lib
, python3
, fetchFromGitHub
{
  lib,
  python3,
  fetchFromGitHub,
}:

python3.pkgs.buildPythonApplication rec {
@@ -24,7 +25,9 @@ python3.pkgs.buildPythonApplication rec {
    poetry-core
  ];

  propagatedBuildInputs = with python3.pkgs; [
  propagatedBuildInputs =
    with python3.pkgs;
    [
      bite-parser
      dataclasses-serialization
      prometheus-client