Skip to content

Commit

Permalink
🧑‍💻 Add make to nix shell
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
  • Loading branch information
mhkarimi1383 committed Dec 11, 2024
1 parent 3715d1c commit f6ebd59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ in
pkgs.mkShell {
name = "scripts-shell";
buildInputs = with pkgs; [
minikube
chart-testing
ginkgo
git
Expand All @@ -14,6 +13,8 @@ pkgs.mkShell {
kubectl
kubernetes-controller-tools
kubernetes-helm
make
minikube
semver-tool
yq-go
];
Expand Down

0 comments on commit f6ebd59

Please sign in to comment.