util: fix shell.nix

This commit is contained in:
2025-10-05 03:55:57 +03:00
committed by Burer
parent 08a277d180
commit 1e5c3a4022
+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";
}