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

This commit is contained in:
Yongun Seong
2024-11-10 00:00:39 +09:00
parent 4d089cffa9
commit 9b6dabf3f2
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
{
lib,
buildGo123Module,
buildGoModule,
fetchFromGitHub,
}:
buildGo123Module rec {
buildGoModule rec {
pname = "kubelogin";
version = "1.31.0";
+2
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 { };