Commit 392c8da8 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

qovery-cli: format with nixfmt

parent 50939388
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
{ 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} \