Skip to content

Commit bdb6de6

Browse files
committed
Add Kubernetes client to dependencies
1 parent cd726dc commit bdb6de6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

shell.nix

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33

44
let
55
python = pkgs.python3;
6-
extraAnsibleDeps = pypkgs: [ pypkgs.libvirt pypkgs.lxml ];
6+
extraAnsibleDeps = pypkgs: [
7+
# community.libvirt
8+
pypkgs.libvirt pypkgs.lxml
9+
10+
# kubernetes.core
11+
pypkgs.kubernetes
12+
];
713
in
814
pkgs.mkShell rec {
915
# buildInputs = [ pkgs.ansible ];

0 commit comments

Comments
 (0)