Unverified Commit 9b6dabf3 authored by Yongun Seong's avatar Yongun Seong
Browse files

kubelogin-oidc: switch to recommended pattern for implicit attr defaults

parent 4d089cff
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  lib,
  buildGo123Module,
  buildGoModule,
  fetchFromGitHub,
}:

buildGo123Module rec {
buildGoModule rec {
  pname = "kubelogin";
  version = "1.31.0";

+2 −0
Original line number Diff line number Diff line
@@ -14852,6 +14852,8 @@ with pkgs;
    inherit (darwin.apple_sdk.frameworks) Security;
  };
  kubelogin-oidc = callPackage ../by-name/ku/kubelogin-oidc/package.nix { buildGoModule = buildGo123Module; };
  kthxbye = callPackage ../servers/monitoring/prometheus/kthxbye.nix { };
  linkerd = callPackage ../applications/networking/cluster/linkerd { };