flake: Update + add helm
This commit is contained in:
parent
802e4c41ac
commit
ff59e7977e
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue