summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh

index ac286c4..483b3e8 100755 --- a/build.sh +++ b/build.sh
@@ -12,7 +12,7 @@ ROOT=$1 CONFIG=$2 DERIVATION=".#nixosConfigurations.${CONFIG}.config.system.build.toplevel" -EXTRA_NIX_FLAGS="-L --accept-flake-config" +EXTRA_NIX_FLAGS="-L --accept-flake-config --keep-going" EXTRA_NIXOS_REBUILD_FLAGS="--use-remote-sudo --offline --fast" if [ "${ROOT}" = "/" ]; then