summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-04-30 14:49:09 +0200
committerRory& <root@rory.gay>2025-04-30 14:49:09 +0200
commit8caad90d4308ee0d15186cf6667a05160e59fb82 (patch)
treec1a9eba0b68382ca7542b87f8e270f9811fd3ae5
parentSome cleanup in flake.nix (diff)
downloadRory-Open-Architecture-8caad90d4308ee0d15186cf6667a05160e59fb82.tar.xz
Keep going on failed builds
Signed-off-by: Rory& <root@rory.gay>
-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