You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
internal/devbox: stop setting LD_LIBRARY_PATH and LIBRARY_PATH (#1799)
As discussed, these cause way more problems than they solve. Now that we
support multiple and non-default package outputs, other programs should
be able to find libraries as long as they use the wrapped clang/gcc from
the stdenv.
Fixes#1752.
Fixes#1798.
0 commit comments