txtpbfmt: format with nixfmt

This commit is contained in:
Aaron Jheng 2024-11-23 10:57:36 +08:00
parent 0d509f7634
commit 99bcd61753
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -1,4 +1,8 @@
{ lib, buildGoModule, fetchFromGitHub }:
{
lib,
buildGoModule,
fetchFromGitHub,
}:
buildGoModule {
pname = "txtpbfmt";
@ -13,7 +17,10 @@ buildGoModule {
vendorHash = "sha256-IdD+R8plU4/e9fQaGSM5hJxyMECb6hED0Qg8afwHKbY=";
ldflags = [ "-s" "-w" ];
ldflags = [
"-s"
"-w"
];
meta = with lib; {
description = "Formatter for text proto files";