mise à jour shell nix
parent
d781e110d9
commit
f3d51c3469
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs ? import <nixpkgs> {} }:
|
{ pkgs ? import <nixpkgs> {} }:
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
buildInputs = with pkgs.buildPackages; [
|
buildInputs = with pkgs.buildPackages; [
|
||||||
ansible_2_15
|
ansible_2_16
|
||||||
python312
|
python312
|
||||||
python312Packages.jinja2
|
python312Packages.jinja2
|
||||||
python312Packages.python-ldap
|
python312Packages.python-ldap
|
||||||
|
|
Loading…
Reference in New Issue