mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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
1 changed files with 1 additions and 0 deletions
|
@ -414,6 +414,7 @@ (define (partition->config partition)
|
|||
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 a new issue