Skip to content

Commit c5706d3

Browse files
fix: resolve required libs in devshell
1 parent 9ef71ff commit c5706d3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

flake.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
in {
6060
default = pkgs.mkShell {
6161
inherit (self.checks.${pkgs.stdenv.hostPlatform.system}.pre-commit-check) shellHook;
62+
env.LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [
63+
pkgs.stdenv.cc.cc.lib
64+
pkgs.libz
65+
];
66+
6267
packages = [
6368
py-env
6469
];

0 commit comments

Comments
 (0)