fix: correct version of python-ldap

mise_a_niveau
Lzebulon 2025-09-29 18:04:46 +02:00
parent ffb028fc26
commit ed18ef7854
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 4 additions and 4 deletions

View File

@ -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";
}