Loading
build-support/vm: fix fillDiskWithDebs
After __structuredAttrs was enabled in runInLinuxVM, the structure of 'debs' matters. The current implementation uses some IFS tricks so we just flatten into a string. Future improvements could include treating debs as a list in a more structured way.