jeirmeister2 / kubernetes_shell.nix

0 Lajky
0 Forky
1 Soubory
Naposledy aktivní 1753214750
Shell nix file for setting up helm dependencies correctly for local dev
1 { pkgs ? import <nixpkgs> {} }:
2
3 pkgs.mkShell {
4 buildInputs = with pkgs; [
5 minikube
6 kubernetes-helm
7 bash-completion
8 jq
9 docker
10 just
Novější Starší