mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
system(nix): keep going during builds
Prevents an issue where previously it'd be possible for a nixos-rebuild to stop during the middle of compilation during a build failure, which is problematic for longer builds.
This commit is contained in:
parent
140e61b54b
commit
1aa3163acb
@ -115,6 +115,7 @@ in
|
||||
auto-optimise-store = true;
|
||||
warn-dirty = false;
|
||||
allow-import-from-derivation = false;
|
||||
keep-going = true;
|
||||
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
|
Loading…
Reference in New Issue
Block a user