nix: fix shell.nix

This commit is contained in:
2025-10-05 03:55:57 +03:00
parent 2127c092ba
commit d459c1be01
+2
View File
@@ -20,4 +20,6 @@ in pkgs.mkShell {
pip install -r requirements.txt
fi
'';
LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib";
}