Kyoo/chart/shell.nix
2025-05-08 02:10:02 +02:00

7 lines
98 B
Nix

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