aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 3cba8fc2..3a6cfb5b 100755
--- a/build.sh
+++ b/build.sh
@@ -33,7 +33,7 @@ check() {
}
build_system() {
- _val="$(nix build ".#nixosConfigurations.$host.config.system.build.toplevel" --print-out-paths --no-link "$@")"
+ _val="$(nix build ".#nixosConfigurations.$host.config.system.build.toplevel" --print-out-paths --no-link --option max-jobs 1 "$@")"
exit_val="$?"
if [ "$exit_val" -ne 0 ]; then