Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -9041,6 +9041,12 @@ githubId = 524268; name = "Koral"; }; koralowiec = { email = "qnlgzyrw@anonaddy.me"; github = "koralowiec"; githubId = 36413794; name = "Arek Kalandyk"; }; koslambrou = { email = "koslambrou@gmail.com"; github = "koslambrou"; Loading pkgs/applications/networking/cluster/kubectl-explore/default.nix 0 → 100644 +24 −0 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "kubectl-explore"; version = "0.7.1"; src = fetchFromGitHub { owner = "keisku"; repo = "kubectl-explore"; rev = "v${version}"; hash = "sha256-4WxvVsA05Mta7AcrGe26B+Up+x/gwdlCnb/PN9Ehu18="; }; vendorHash = "sha256-z/bPfY9UVqOnrA9jNUtM7jg53/URAMAJQAqH9D5KVPQ="; doCheck = false; meta = with lib; { description = "A better kubectl explain with the fuzzy finder"; homepage = "https://github.com/keisku/kubectl-explore"; changelog = "https://github.com/keisku/kubectl-explore/releases/tag/v${version}"; license = licenses.mit; maintainers = [ maintainers.koralowiec ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -32795,6 +32795,8 @@ with pkgs; kubectl-example = callPackage ../applications/networking/cluster/kubectl-example { }; kubectl-explore = callPackage ../applications/networking/cluster/kubectl-explore { }; kubectl-gadget = callPackage ../applications/networking/cluster/kubectl-gadget { }; kubectl-images = callPackage ../applications/networking/cluster/kubectl-images { }; Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -9041,6 +9041,12 @@ githubId = 524268; name = "Koral"; }; koralowiec = { email = "qnlgzyrw@anonaddy.me"; github = "koralowiec"; githubId = 36413794; name = "Arek Kalandyk"; }; koslambrou = { email = "koslambrou@gmail.com"; github = "koslambrou"; Loading
pkgs/applications/networking/cluster/kubectl-explore/default.nix 0 → 100644 +24 −0 Original line number Diff line number Diff line { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "kubectl-explore"; version = "0.7.1"; src = fetchFromGitHub { owner = "keisku"; repo = "kubectl-explore"; rev = "v${version}"; hash = "sha256-4WxvVsA05Mta7AcrGe26B+Up+x/gwdlCnb/PN9Ehu18="; }; vendorHash = "sha256-z/bPfY9UVqOnrA9jNUtM7jg53/URAMAJQAqH9D5KVPQ="; doCheck = false; meta = with lib; { description = "A better kubectl explain with the fuzzy finder"; homepage = "https://github.com/keisku/kubectl-explore"; changelog = "https://github.com/keisku/kubectl-explore/releases/tag/v${version}"; license = licenses.mit; maintainers = [ maintainers.koralowiec ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -32795,6 +32795,8 @@ with pkgs; kubectl-example = callPackage ../applications/networking/cluster/kubectl-example { }; kubectl-explore = callPackage ../applications/networking/cluster/kubectl-explore { }; kubectl-gadget = callPackage ../applications/networking/cluster/kubectl-gadget { }; kubectl-images = callPackage ../applications/networking/cluster/kubectl-images { };