From f3d51c346913eab0d7f1049599f4517d662322f0 Mon Sep 17 00:00:00 2001 From: korenstin Date: Sun, 19 Jan 2025 23:44:47 +0100 Subject: [PATCH] =?UTF-8?q?mise=20=C3=A0=20jour=20shell=20nix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index de72c6f3..c458c203 100644 --- a/shell.nix +++ b/shell.nix @@ -1,7 +1,7 @@ { pkgs ? import {} }: pkgs.mkShell { buildInputs = with pkgs.buildPackages; [ - ansible_2_15 + ansible_2_16 python312 python312Packages.jinja2 python312Packages.python-ldap