bearer: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-10 11:40:28 +02:00
parent 7dcdbaf578
commit 611473809d
1 changed files with 7 additions and 8 deletions

View File

@ -1,8 +1,9 @@
{ lib
, buildGoModule
, fetchFromGitHub
, testers
, bearer
{
lib,
buildGoModule,
fetchFromGitHub,
testers,
bearer,
}:
buildGoModule rec {
@ -18,9 +19,7 @@ buildGoModule rec {
vendorHash = "sha256-g0AnL6r3dUfCIAytTknAD5aCPBsohDUMNfMAYKBebi4=";
subPackages = [
"cmd/bearer"
];
subPackages = [ "cmd/bearer" ];
ldflags = [
"-s"