From 3715d1c6dde828197c53bf4e1cf1a604b07eb5b2 Mon Sep 17 00:00:00 2001 From: Muhammed Hussein Karimi Date: Wed, 11 Dec 2024 11:53:31 +0330 Subject: [PATCH] :coffin: Remove minikube package option Our nixpkgs is a bit old Signed-off-by: Muhammed Hussein Karimi --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index d2ff3957..36fdd766 100644 --- a/shell.nix +++ b/shell.nix @@ -5,7 +5,7 @@ in pkgs.mkShell { name = "scripts-shell"; buildInputs = with pkgs; [ - (minikube.override { withQemu = true; } ) + minikube chart-testing ginkgo git