updated flake and increased download buffer to 500mb

This commit is contained in:
2026-03-22 12:03:30 +00:00
parent 911930bcc3
commit 8118984fac
2 changed files with 15 additions and 64 deletions

View File

@@ -15,6 +15,7 @@
## Limit Cores on rebuild and enable Flakes
nix.settings = {
cores = 6;
download-buffer-size = 524288000;
experimental-features = [
"nix-command"
"flakes"