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