Loading
runInLinuxVM: pass .attrs.sh explicitly instead of whole /build directory
The approach taken in [1] breaks down as soon as vmRunCommand is manually called with an overriden TMPDIR, like disko does it. /build will just not be available. By moving the .attrs.sh file into the xchg folder explicitly, we can all the "exchange infrastructure" the same as before, thus avoid more breakage. This reverts some parts of [1]. [1]: 97ed6b45