syft: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-05 00:45:57 +02:00
parent e2df5831f9
commit c0c6f392a9

View file

@ -1,7 +1,8 @@
{ lib
, buildGoModule
, fetchFromGitHub
, installShellFiles
{
lib,
buildGoModule,
fetchFromGitHub,
installShellFiles,
}:
buildGoModule rec {
@ -80,7 +81,11 @@ buildGoModule rec {
vulnerability detection when used with a scanner tool like Grype.
'';
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ jk developer-guy kashw2 ];
maintainers = with maintainers; [
developer-guy
jk
kashw2
];
mainProgram = "syft";
};
}