Skip to content

Commit

Permalink
examples: python-poetry: use LD_LIBRARY_PATH instead of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bobvanderlinden committed Apr 29, 2023
1 parent 2604265 commit b669f22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/python-poetry/devenv.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:

{
packages = [ pkgs.zlib ];
env.LD_LIBRARY_PATH = lib.makeLibraryPath [ pkgs.zlib ];
languages.python = {
enable = true;
poetry.enable = true;
Expand Down

0 comments on commit b669f22

Please sign in to comment.