Commit dcd42c58 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

elasticsearch-curator: format with nixfmt

parent 1d5c336a
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
{ lib
, elasticsearch-curator
, fetchFromGitHub
, nix-update-script
, python3
, testers
{
  lib,
  elasticsearch-curator,
  fetchFromGitHub,
  nix-update-script,
  python3,
  testers,
}:

python3.pkgs.buildPythonApplication rec {
@@ -18,9 +19,7 @@ python3.pkgs.buildPythonApplication rec {
    hash = "sha256-pW928jT9oL76RJuJgH7nhCvgWPzXixzqBKVYsaJy9xw=";
  };

  build-system = with python3.pkgs; [
    hatchling
  ];
  build-system = with python3.pkgs; [ hatchling ];

  dependencies = with python3.pkgs; [
    certifi