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

This commit is contained in:
Yongun Seong 2024-11-09 12:10:01 +09:00
parent 4d089cffa9
commit 9b6dabf3f2
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,10 @@
{
lib,
buildGo123Module,
buildGoModule,
fetchFromGitHub,
}:
buildGo123Module rec {
buildGoModule rec {
pname = "kubelogin";
version = "1.31.0";

View File

@ -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 { };