Ajout shell.nix

mise_a_niveau
korenstin 2024-10-17 14:42:21 +02:00
parent 7c81aba195
commit aece4dc533
1 changed files with 9 additions and 0 deletions

9
shell.nix 100644
View File

@ -0,0 +1,9 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs.buildPackages; [
ansible_2_15
python312
python312Packages.python-ldap
];
LANG="C.UTF-8";
}