Regenerated

This commit is contained in:
2026-03-23 19:50:23 +00:00
parent fd05613d2f
commit 3afad9c855
13 changed files with 533 additions and 0 deletions
@@ -0,0 +1,10 @@
{ lib, config, ... }:
{
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
download-buffer-size = 536870912; # 512 MB
cores = 2;
max-jobs = 1;
};
}