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
[minor improvement] computeNixEnv: use JoinPathLists for idempotency of LIBRARY_PATHs (#1231)
## Summary
While investigating ensuring computeNixEnv idempotency, I realized that
JoinPathLists goes a long way towards ensuring idempotency by dropping
duplicates.
This is especially useful if computeNixEnv is always appending or
prepending
to a path-list.
## How was it tested?
compiles
tests should pass
0 commit comments