From cda2916eb87a8ffe369dc669262132b86fe65f14 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 4 Jul 2024 14:34:34 -0500 Subject: [PATCH] Add flux to shell for cluster administration --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index e6332f7..b1a5e94 100644 --- a/shell.nix +++ b/shell.nix @@ -13,5 +13,6 @@ pkgs.mkShell { k9s kubectl kubevirt + fluxcd ]; }