xeol: format with nixfmt
This commit is contained in:
parent
e4216e0253
commit
fb2bb52254
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user