Loading pkgs/by-name/ro/rosa/package.nix +7 −4 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub, installShellFiles, testers, rosa }: { lib, buildGoModule, fetchFromGitHub, installShellFiles, testers, rosa, nix-update-script }: buildGoModule rec { pname = "rosa"; Loading @@ -24,10 +24,13 @@ buildGoModule rec { --zsh <($out/bin/rosa completion zsh) ''; passthru.tests.version = testers.testVersion { passthru = { tests.version = testers.testVersion { package = rosa; command = "rosa version --client"; }; updateScript = nix-update-script { }; }; meta = with lib; { description = "CLI for the Red Hat OpenShift Service on AWS"; Loading Loading
pkgs/by-name/ro/rosa/package.nix +7 −4 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub, installShellFiles, testers, rosa }: { lib, buildGoModule, fetchFromGitHub, installShellFiles, testers, rosa, nix-update-script }: buildGoModule rec { pname = "rosa"; Loading @@ -24,10 +24,13 @@ buildGoModule rec { --zsh <($out/bin/rosa completion zsh) ''; passthru.tests.version = testers.testVersion { passthru = { tests.version = testers.testVersion { package = rosa; command = "rosa version --client"; }; updateScript = nix-update-script { }; }; meta = with lib; { description = "CLI for the Red Hat OpenShift Service on AWS"; Loading