diff options
| author | Amir Saeid <amir@glgdgt.com> | 2026-06-18 20:47:18 +0100 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2026-06-18 20:47:18 +0100 |
| commit | 37f42939d5bc527add59d0f5b317c089e29728de (patch) | |
| tree | d3388f5587dfafb0be4ffc36ec95faa4daa8ee8d /modules | |
| parent | c4e676c9b91f86c31e672b830de7ab8ce477895f (diff) | |
Revert "Set LD_LIBRARY_PATH"
This reverts commit c4e676c9b91f86c31e672b830de7ab8ce477895f.
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/dev-tools.nix | 11 |
1 files changed, 0 insertions, 11 deletions
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 - ]; - }; } |
