From e164934a6789cb4d98311842fd66c934c613d1e9 Mon Sep 17 00:00:00 2001 From: Sweetbread Date: Sun, 5 Oct 2025 03:55:57 +0300 Subject: [PATCH] util: fix shell.nix --- shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell.nix b/shell.nix index e64bf87..cc37274 100644 --- a/shell.nix +++ b/shell.nix @@ -20,4 +20,6 @@ in pkgs.mkShell { pip install -r requirements.txt fi ''; + + LD_LIBRARY_PATH = "${pkgs.stdenv.cc.cc.lib}/lib"; }