fix: correct version of python-ldap
parent
ffb028fc26
commit
ed18ef7854
|
@ -2,10 +2,10 @@
|
|||
pkgs.mkShell {
|
||||
buildInputs = with pkgs.buildPackages; [
|
||||
ansible_2_16
|
||||
python312
|
||||
python312Packages.jinja2
|
||||
python312Packages.jmespath # plays/dhcp.yml
|
||||
python312Packages.python-ldap
|
||||
python313
|
||||
python313Packages.jinja2
|
||||
python313Packages.jmespath # plays/dhcp.yml
|
||||
python313Packages.python-ldap
|
||||
];
|
||||
LANG="C.UTF-8";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue