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

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