Kyoo/chart/shell.nix
2025-06-07 17:45:37 +02:00

7 lines
98 B
Nix

{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
packages = with pkgs; [
kubernetes-helm
];
}