Skip to content

Commit 058012c

Browse files
committed
Update shell.nix
1 parent e6e5dad commit 058012c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

shell.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
pkgs.mkShell {
33
packages = with pkgs; [
44
gettext # envsubst
5-
(pkgs.python3.withPackages (python-pkgs: [
6-
python-pkgs.pyyaml
7-
]))
5+
6+
# Needed by .scripts/update_helm_charts.py
7+
python311Packages.pyyaml
8+
kubernetes-helm
89
];
910
}

0 commit comments

Comments
 (0)