flake: Update + add helm

This commit is contained in:
Florian RICHER 2025-04-14 15:02:35 +02:00
parent 802e4c41ac
commit ff59e7977e
2 changed files with 5 additions and 4 deletions

View file

@ -14,13 +14,14 @@
let
pkgs = import nixpkgs { inherit system; };
in {
devShells = rec {
devShells = {
default = pkgs.mkShell {
packages = with pkgs; [
minikube
kubectl
docker-machine-kvm2 # Required for run on NixOS
sops
helm
];
};
};