mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-04-18 09:22:15 +02:00
fix(guix-improve): pass JOBS to guix pull and system image
This commit is contained in:
parent
9ea6cbb8fa
commit
ff99ac99a0
2 changed files with 2 additions and 1 deletions
|
|
@ -22,6 +22,7 @@ mkdir -p "${out_dir}"
|
|||
iso_store_path="$(guix system image \
|
||||
--system=x86_64-linux \
|
||||
-t iso9660 \
|
||||
-c "${JOBS}" \
|
||||
-e '(@@ (gnu system install) installation-os)' \
|
||||
--no-substitutes \
|
||||
--disable-authentication)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue