mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
added keep-going nix option
This commit is contained in:
parent
c1794b7987
commit
f6875f4f14
1 changed files with 4 additions and 1 deletions
|
|
@ -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}" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue