From c4e676c9b91f86c31e672b830de7ab8ce477895f Mon Sep 17 00:00:00 2001 From: Amir Saeid Date: Fri, 12 Jun 2026 22:23:49 +0100 Subject: Set LD_LIBRARY_PATH --- modules/dev-tools.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/dev-tools.nix b/modules/dev-tools.nix index c002fcb..3037167 100644 --- a/modules/dev-tools.nix +++ b/modules/dev-tools.nix @@ -25,6 +25,7 @@ jq knot-dns ripgrep + nix-ld pass sqlitebrowser starship @@ -68,4 +69,14 @@ }; }; }; + + home.sessionVariables = { + LD_LIBRARY_PATH = + with pkgs; + pkgs.lib.makeLibraryPath [ + stdenv.cc.cc.lib + zlib + glib + ]; + }; } -- cgit v1.2.3