xeol: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-22 11:26:26 +02:00
parent e4216e0253
commit fb2bb52254

View File

@ -1,6 +1,7 @@
{ lib
, buildGoModule
, fetchFromGitHub
{
lib,
buildGoModule,
fetchFromGitHub,
}:
buildGoModule rec {
@ -16,9 +17,7 @@ buildGoModule rec {
vendorHash = "sha256-9zDzwiVEVsfgVzSrouNtLYpjumoWGlfSDpGWbj+zCGQ=";
subPackages = [
"cmd/xeol/"
];
subPackages = [ "cmd/xeol/" ];
ldflags = [
"-w"