diff --git a/python/flake.nix b/python/flake.nix index 80d9239..b7fc9dc 100644 --- a/python/flake.nix +++ b/python/flake.nix @@ -34,6 +34,9 @@ in rec { devShells.default = with pkgs; mkShell { + LD_LIBRARY_PATH = lib.makeLibraryPath [ + pkgs.stdenv.cc.cc + ]; buildInputs = [ poetry nodePackages.pyright