Skip to content

Commit

Permalink
add ctlptl to devshell
Browse files Browse the repository at this point in the history
ctlptl can be used to create development kubernetes clusters using tools like `Kind` & `k3d`. It's a wrapper providing a common interface for these types of tools.
  • Loading branch information
jashan-lco authored Feb 20, 2024
1 parent e419055 commit 429e7e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ in
pkgs.kubernetes-helm
pkgs.kustomize
pkgs.jq
pkgs.ctlptl
] ++ localFlake.withSystem system ({self', ...}: [
self'.packages.kpt
self'.packages.octopilot
Expand Down

0 comments on commit 429e7e0

Please sign in to comment.