prowler: use nixfmt

This commit is contained in:
Fabian Affolter 2024-04-03 20:05:57 +02:00
parent 2dd1ea1829
commit d4d00d7caa

View file

@ -1,6 +1,7 @@
{ lib
, python3
, fetchFromGitHub
{
lib,
python3,
fetchFromGitHub,
}:
python3.pkgs.buildPythonApplication rec {
@ -60,9 +61,7 @@ python3.pkgs.buildPythonApplication rec {
tabulate
];
pythonImportsCheck = [
"prowler"
];
pythonImportsCheck = [ "prowler" ];
meta = with lib; {
description = "Security tool for AWS, Azure and GCP to perform Cloud Security best practices assessments";