From d227297dc67fc7a9ee6d0bef8c5bd2877cf8b709 Mon Sep 17 00:00:00 2001 From: korenstin Date: Sun, 8 Dec 2024 13:19:57 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20d'une=20nouvelle=20d=C3=A9pendance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/shell.nix b/shell.nix index a72027bd..de72c6f3 100644 --- a/shell.nix +++ b/shell.nix @@ -3,6 +3,7 @@ buildInputs = with pkgs.buildPackages; [ ansible_2_15 python312 + python312Packages.jinja2 python312Packages.python-ldap ]; LANG="C.UTF-8";