Loading pkgs/by-name/pr/prow/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ buildGoModule, fetchFromGitHub, git, nix-update-script, }: buildGoModule rec { Loading Loading @@ -64,6 +65,12 @@ buildGoModule rec { nativeCheckInputs = [ git ]; passthru = { updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; }; meta = { description = "Kubernetes based CI/CD system developed to serve the Kubernetes community"; longDescription = '' Loading Loading
pkgs/by-name/pr/prow/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ buildGoModule, fetchFromGitHub, git, nix-update-script, }: buildGoModule rec { Loading Loading @@ -64,6 +65,12 @@ buildGoModule rec { nativeCheckInputs = [ git ]; passthru = { updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; }; meta = { description = "Kubernetes based CI/CD system developed to serve the Kubernetes community"; longDescription = '' Loading