image: Offload "disk-image" derivations.
This is a followup to 99efa804bd
.
* gnu/system/image.scm (system-disk-image): Pass #:local-build? #f to
'computed-file'.
This commit is contained in:
parent
19e2898c80
commit
4e9ded6d27
@ -414,6 +414,7 @@ image ~a {
|
||||
out-image))
|
||||
(convert-disk-image out-image '#$format #$output)))))
|
||||
(computed-file name builder
|
||||
#:local-build? #f ;too I/O-intensive
|
||||
#:options `(#:substitutable? ,substitutable?))))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user