fix(guix-improve): pass JOBS to guix pull and system image

This commit is contained in:
vxtls 2026-04-06 15:47:39 -04:00
parent 9ea6cbb8fa
commit ff99ac99a0
2 changed files with 2 additions and 1 deletions

View file

@ -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)"

View file

@ -295,4 +295,4 @@ if ! guile -c '(use-modules (gnutls)) (if (module-variable (resolve-module (quot
fi
start_distfiles_http_server
guix pull --bootstrap --no-substitutes --channels="${channels_file}" --disable-authentication
guix pull --bootstrap -c "${JOBS}" --no-substitutes --channels="${channels_file}" --disable-authentication