feat: set download buffer size to 500 MB
All checks were successful
Test templates, puts into cache / nix (nix-runner) (push) Successful in 4m38s
Bump flake.lock / build (push) Successful in 7m12s

This commit is contained in:
2025-04-24 14:10:45 -05:00
parent 2d734ed8d2
commit 61226eed36

View File

@@ -52,6 +52,7 @@ in
];
trusted-substituters = [ "http://attic.baklava" ];
trusted-public-keys = [ "systems:tvbHIThn7MAwvgMSiYR3ULVlL6cBrA40afqGuextnNQ=" ];
download-buffer-size = 524288000;
};
nixpkgs.overlays = [