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
This code used to put the .drv path into the string context for each
package. That meant we had to query the store each time one of these was
evaluated for the out path. This is pretty quick when using a non-remote
store. But the latency with the remote store really slows us down.
We should just calculate the outPath once instead, and use that
throughout.
0 commit comments