elasticsearch-curator: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-11 15:24:53 +02:00
parent 1d5c336aa6
commit dcd42c5896

View File

@ -1,9 +1,10 @@
{ lib {
, elasticsearch-curator lib,
, fetchFromGitHub elasticsearch-curator,
, nix-update-script fetchFromGitHub,
, python3 nix-update-script,
, testers python3,
testers,
}: }:
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
@ -18,9 +19,7 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-pW928jT9oL76RJuJgH7nhCvgWPzXixzqBKVYsaJy9xw="; hash = "sha256-pW928jT9oL76RJuJgH7nhCvgWPzXixzqBKVYsaJy9xw=";
}; };
build-system = with python3.pkgs; [ build-system = with python3.pkgs; [ hatchling ];
hatchling
];
dependencies = with python3.pkgs; [ dependencies = with python3.pkgs; [
certifi certifi