From 0f49f551d81eb3c80d6d9d137515470d583ca5bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Sun, 12 Oct 2025 18:11:53 +0200 Subject: [PATCH] fix(nix): Add velero cli to shell --- shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/shell.nix b/shell.nix index ebe8b5cf..ae3585d4 100644 --- a/shell.nix +++ b/shell.nix @@ -41,6 +41,9 @@ pkgs.mkShellNoCC { step-cli linkerd + # velero + velero + # dapr dapr-cli ];