From 37f42939d5bc527add59d0f5b317c089e29728de Mon Sep 17 00:00:00 2001 From: Amir Saeid Date: Thu, 18 Jun 2026 20:47:18 +0100 Subject: Revert "Set LD_LIBRARY_PATH" This reverts commit c4e676c9b91f86c31e672b830de7ab8ce477895f. --- modules/dev-tools.nix | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'modules/dev-tools.nix') diff --git a/modules/dev-tools.nix b/modules/dev-tools.nix index 3037167..c002fcb 100644 --- a/modules/dev-tools.nix +++ b/modules/dev-tools.nix @@ -25,7 +25,6 @@ jq knot-dns ripgrep - nix-ld pass sqlitebrowser starship @@ -69,14 +68,4 @@ }; }; }; - - home.sessionVariables = { - LD_LIBRARY_PATH = - with pkgs; - pkgs.lib.makeLibraryPath [ - stdenv.cc.cc.lib - zlib - glib - ]; - }; } -- cgit v1.2.3