elasticsearch-curator: format with nixfmt
This commit is contained in:
parent
1d5c336aa6
commit
dcd42c5896
1 changed files with 8 additions and 9 deletions
|
@ -1,9 +1,10 @@
|
|||
{ 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
|
||||
|
|
Loading…
Reference in a new issue