From 9a376ac917e2e31958ded966e02863124393154e Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Thu, 25 Jul 2024 18:21:21 -0500 Subject: [PATCH] clean up --- shell.nix | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/shell.nix b/shell.nix index 52b64fb..f929aad 100644 --- a/shell.nix +++ b/shell.nix @@ -18,25 +18,4 @@ pkgs.mkShell { pre-commit sops ]; - # Possible inputs needed. Keeping here for posterity - # age - # ansible - # cilium-cli - # direnv - # derailed/k9s/k9s - # fluxcd/tap/flux - # go-task/tap/go-task - # helm - # ipcalc - # jq - # kubernetes-cli - # kustomize - # pre-commit - # prettier - # shellcheck - # sops - # stern - # talhelper - # yamllint - # yq }