mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
kubelogin-oidc: switch to recommended pattern for implicit attr defaults
This commit is contained in:
parent
4d089cffa9
commit
9b6dabf3f2
@ -1,10 +1,10 @@
|
||||
{
|
||||
lib,
|
||||
buildGo123Module,
|
||||
buildGoModule,
|
||||
fetchFromGitHub,
|
||||
}:
|
||||
|
||||
buildGo123Module rec {
|
||||
buildGoModule rec {
|
||||
pname = "kubelogin";
|
||||
version = "1.31.0";
|
||||
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user