Add libz to python shell template

This commit is contained in:
Evie Litherland-Smith 2024-07-15 10:47:02 +01:00
parent fdd3802b8a
commit 80a465d8d4

View file

@ -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
> "}")