Make builds more stable with upload name

This commit is contained in:
Greg Hellings
2025-03-23 00:28:35 -05:00
parent 5bd0310a7b
commit 8b5c35e2e5
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -17,12 +17,13 @@
package = pkgs.nixStable;
settings = {
cores = 0; # Use all cores for builds
download-buffer-size = 500 * 1024 * 1024;
experimental-features = "nix-command flakes";
keep-outputs = true;
keep-derivations = true;
min-free = (toString (1024 * 1024 * 1024));
max-free = (toString (5 * 1024 * 1024 * 1024));
cores = 0; # Use all cores for builds
trusted-users = [
"greg"
"gregory.hellings"