Skip to content

Add kubectl and kubectx to dev-tools - #20

Merged
user3301 merged 1 commit into
masterfrom
add-kubectl-kubectx
Aug 26, 2026
Merged

user3301 merged 1 commit into
masterfrom
add-kubectl-kubectx

Conversation

@user3301

Copy link
Copy Markdown
Owner

Summary

Adds a # Kubernetes section to the shared home/modules/dev-tools.nix module with kubectl and kubectx.

Since dev-tools.nix is imported by all four profiles (darwin, archlinux, nixos-native, nixos-wsl), these land on every host.

Notes

  • kubectx ships both kubectx and kubens binaries in a single derivation — verified by building kubectx-0.11.0 from the pinned nixpkgs and listing its bin/, so no separate kubens entry is needed.
  • nix-instantiate --parse passes on the modified file.
  • Not yet applied to any host; requires a Home Manager switch.

🤖 Generated with Claude Code

Adds a Kubernetes section to the shared dev-tools module, so kubectl
and kubectx (which also ships kubens) are available on all profiles:
darwin, archlinux, nixos-native, and nixos-wsl.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
@user3301
user3301 merged commit a8fb130 into master Aug 26, 2026
1 check passed
@user3301
user3301 deleted the add-kubectl-kubectx branch August 26, 2026 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant