added keep-going nix option

This commit is contained in:
Bryan Ramos 2024-05-10 12:29:37 -04:00
parent c1794b7987
commit f6875f4f14
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -14,7 +14,10 @@
nix = {
channel.enable = false;
package = pkgs.nixFlakes;
extraOptions = "experimental-features = nix-command flakes";
extraOptions = ''
experimental-features = nix-command flakes
keep-going = true
'';
settings = {
auto-optimise-store = true;
trusted-users = [ "${config.user.name}" ];