Skip to content

Commit

Permalink
chore(python): add LIB to mkShell
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Dec 20, 2023
1 parent c3963d1 commit 8c1a5c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
in rec {
devShells.default = with pkgs;
mkShell {
LD_LIBRARY_PATH = lib.makeLibraryPath [
pkgs.stdenv.cc.cc
];
buildInputs = [
poetry
nodePackages.pyright
Expand Down

0 comments on commit 8c1a5c2

Please sign in to comment.