Skip to content

Commit

Permalink
kubectl: set meta.mainProgram (#342886)
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 authored Sep 19, 2024
2 parents d1e6ee2 + ba6ec9d commit 36b6768
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ kubernetes.overrideAttrs (_: rec {
meta = kubernetes.meta // {
description = "Kubernetes CLI";
homepage = "https://github.com/kubernetes/kubectl";
mainProgram = "kubectl";
platforms = lib.platforms.unix;
};
})

0 comments on commit 36b6768

Please sign in to comment.