jeirmeister2 / kubernetes_shell.nix
0 j'aimes
0 forks
1 fichiers
Dernière activité
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 |
Plus récent
Plus ancien