#Pass LazyPath to format string
1 messages · Page 1 of 1 (latest)
never escaped a LazyPath, it is needed to integrate properly with the build system, to avoid running things if inputs dont change, or to ensure the step that creates the path is run first, and re-use cached results
run steps have a variety of functions to pass lazy paths as arguments, choose the one that is most appropriate. You will probably have to split that into multiple args, if that is not supported by the program you will have to make a wrapper script
maybe you could do run_cmd.addPrefixedFileArg("id=drive0,format=raw,if=none,file=", disk)
Genius