tyson: format using nixfmt

This commit is contained in:
Noa Aarts
2024-11-07 15:20:15 +01:00
parent 4f8ca62fd6
commit 01de376e2d
@@ -1,7 +1,8 @@
{ lib
, buildGoModule
, fetchFromGitHub
, installShellFiles
{
lib,
buildGoModule,
fetchFromGitHub,
installShellFiles,
}:
buildGoModule rec {
@@ -21,7 +22,10 @@ buildGoModule rec {
installShellFiles
];
ldflags = [ "-s" "-w" ];
ldflags = [
"-s"
"-w"
];
postInstall = ''
installShellCompletion --cmd tyson \