steal some nix options from jackson.dev
https://jackson.dev/post/nix-reasonable-defaults/
This commit is contained in:
parent
4c8ee9efd2
commit
4dcc1fd612
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
||||||
keep-outputs = true;
|
keep-outputs = true;
|
||||||
keep-derivations = true;
|
keep-derivations = true;
|
||||||
use-xdg-base-directories = true;
|
use-xdg-base-directories = true;
|
||||||
|
connect-timeout = 5;
|
||||||
|
log-lines = 25;
|
||||||
|
fallback = true;
|
||||||
|
warn-dirty = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue