Increase nix build limits

This commit is contained in:
Fern Garden 2025-08-21 11:34:43 +08:00
parent 4b2d350da8
commit 64d0a56eb8

View file

@ -22,8 +22,8 @@ with lib; {
];
# Limit nix build.
cores = 2;
max-jobs = 2;
cores = 0;
max-jobs = 4;
};
};