step-cli: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-04-27 22:54:32 +02:00
parent 50f2bb5205
commit 273d0ded9c
+5 -4
View File
@@ -1,6 +1,7 @@
{ lib
, buildGoModule
, fetchFromGitHub
{
lib,
buildGoModule,
fetchFromGitHub,
}:
buildGoModule rec {
@@ -17,7 +18,7 @@ buildGoModule rec {
ldflags = [
"-w"
"-s"
"-X main.Version=${version}"
"-X=main.Version=${version}"
];
preCheck = ''