From 80a465d8d465ee820528127d530a1284cbbd18f1 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 15 Jul 2024 10:47:02 +0100 Subject: [PATCH] Add libz to python shell template --- templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates b/templates index b85baae..683498d 100644 --- a/templates +++ b/templates @@ -176,7 +176,7 @@ nix-mode > "in pkgs.mkShell {" n > "packages = with pkgs; [ poetry uv " q "];" n > "shellHook = ''" n - > "export LD_LIBRARY_PATH=${pkgs.stdenv.cc.cc.lib}/lib" n + > "export LD_LIBRARY_PATH=${pkgs.stdenv.cc.cc.lib}/lib:${pkgs.libz}/lib" n > "${pkgs.poetry}/bin/poetry env use ${python}/bin/python3" n > "'';" n > "}")