Regenerated

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