From 73fce9d00ecf3828ba1d7ceba7ce08a48da175fe Mon Sep 17 00:00:00 2001 From: Muhammed Hussein Karimi Date: Tue, 10 Dec 2024 13:56:59 +0330 Subject: [PATCH] :technologist: Add `kubernetes-controller-tools` to nix-shell Signed-off-by: Muhammed Hussein Karimi --- shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 54f411c0..69dd7135 100644 --- a/shell.nix +++ b/shell.nix @@ -8,5 +8,6 @@ pkgs.mkShell { semver-tool yq-go chart-testing + kubernetes-controller-tools ]; -} \ No newline at end of file +}