Add kueuectl via nix

This commit is contained in:
2026-03-17 10:14:18 +01:00
parent 5eea620225
commit 730dc2b865
2 changed files with 21 additions and 0 deletions
+2
View File
@@ -7,6 +7,7 @@ let
overlays = [ ];
};
treefmt = import ./nix/treefmt.nix { };
kueuectl = pkgs.callPackage ./nix/kueuectl.nix { };
in
pkgs.mkShellNoCC {
packages = [
@@ -27,6 +28,7 @@ pkgs.mkShellNoCC {
pkgs.kubectl-rook-ceph
# other tools activate when needed
kueuectl
# pkgs.step-cli
# pkgs.linkerd
# pkgs.cmctl