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
it is recommended to use bash strict mode for scripts like for direnv, currently due to the line export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${lib.makeLibraryPath depsSystem}"
it fails on strict mode if LD_LIBRARY_PATH is unset
The text was updated successfully, but these errors were encountered:
it is recommended to use bash strict mode for scripts like for direnv, currently due to the line
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${lib.makeLibraryPath depsSystem}"
it fails on strict mode if LD_LIBRARY_PATH is unset
The text was updated successfully, but these errors were encountered: