From 392c8da8774676f4adaba2d98fcc2823810fa779 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 10 Apr 2024 22:13:35 +0200 Subject: [PATCH] qovery-cli: format with nixfmt --- pkgs/tools/admin/qovery-cli/default.nix | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/pkgs/tools/admin/qovery-cli/default.nix b/pkgs/tools/admin/qovery-cli/default.nix index 055c79243951..ae0690e56c7a 100644 --- a/pkgs/tools/admin/qovery-cli/default.nix +++ b/pkgs/tools/admin/qovery-cli/default.nix @@ -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} \