Skip to content

Commit

Permalink
Move package to pkgs/by-name/ku/kubernetes-kcp
Browse files Browse the repository at this point in the history
  • Loading branch information
rytswd committed Nov 23, 2024
1 parent c72c2f5 commit a5e577d
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
lib,
stdenv,
buildGoModule,
fetchFromGitHub,
installShellFiles,
testers,
# kubernetes-kcp,
}:

let
Expand All @@ -22,7 +22,11 @@ buildGoModule rec {
};
vendorHash = "sha256-IONbTih48LKAiEPFNFdBkJDMI2sjHWxiqVbEJCskyio=";

subPackages = [ "cmd/kcp" ];
subPackages = [
"cmd/kcp"
"cli/cmd/kubectl-kcp"
"cli/cmd/kubectl-ws"
];

# TODO: The upstream has the additional version information pulled from go.mod
# dependencies.
Expand Down

0 comments on commit a5e577d

Please sign in to comment.