Skip to content

Commit

Permalink
⚰️ Remove minikube package option
Browse files Browse the repository at this point in the history
Our nixpkgs is a bit old

Signed-off-by: Muhammed Hussein Karimi <[email protected]>
  • Loading branch information
mhkarimi1383 committed Dec 11, 2024
1 parent 7757f8a commit 3715d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ in
pkgs.mkShell {
name = "scripts-shell";
buildInputs = with pkgs; [
(minikube.override { withQemu = true; } )
minikube
chart-testing
ginkgo
git
Expand Down

0 comments on commit 3715d1c

Please sign in to comment.