From 2d5cafe6f77d938e80558c7f68cde943d3e68252 Mon Sep 17 00:00:00 2001 From: adjoly Date: Mon, 15 Dec 2025 18:10:13 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=E3=80=8C=E2=9C=A8=E3=80=8D=20feat:=20added?= =?UTF-8?q?=20k9s=20to=20devshell=20for=20easier=20k8=20debugs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index 13ac8a6..7dcc9a1 100644 --- a/shell.nix +++ b/shell.nix @@ -13,6 +13,7 @@ pkgs.mkShell { kubectl k3d minikube + k9s # Virtual Machine nixos-generators From c76332e17d9514b14da0814e651c266cc357d790 Mon Sep 17 00:00:00 2001 From: adjoly Date: Mon, 15 Dec 2025 18:10:54 +0100 Subject: [PATCH 2/2] =?UTF-8?q?=E3=80=8C=F0=9F=97=91=EF=B8=8F=E3=80=8D=20c?= =?UTF-8?q?lean:=20removed=20ansible=20(not=20using=20it)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/shell.nix b/shell.nix index 7dcc9a1..a862a35 100644 --- a/shell.nix +++ b/shell.nix @@ -7,7 +7,6 @@ pkgs.mkShell { # Tools vagrant just - ansible # Kube sh*t kubectl