qovery-cli: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-10 22:13:35 +02:00
parent 50939388bd
commit 392c8da877
1 changed files with 8 additions and 9 deletions

View File

@ -1,9 +1,10 @@
{ lib
, buildGoModule
, fetchFromGitHub
, installShellFiles
, qovery-cli
, testers
{
lib,
buildGoModule,
fetchFromGitHub,
installShellFiles,
qovery-cli,
testers,
}:
buildGoModule rec {
@ -19,9 +20,7 @@ buildGoModule rec {
vendorHash = "sha256-Lwg3PFmSipaaYtu88c1qI/Ws50TQOqEu4mSuxcpx3zI=";
nativeBuildInputs = [
installShellFiles
];
nativeBuildInputs = [ installShellFiles ];
postInstall = ''
installShellCompletion --cmd ${pname} \