Remove LD_LIBRARY_PATH

This commit is contained in:
Andreas Zweili 2024-04-03 17:43:17 +02:00
parent 173a7f00ed
commit ab82d4d5e6
1 changed files with 0 additions and 3 deletions

View File

@ -34,9 +34,6 @@
modules = [{
env = {
NO_SSL = "True";
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [
pkgs.stdenv.cc.cc
];
};
languages.python = {
enable = true;