Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions builders/common/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

{
nix = {
# Used because Nix had a weird random segfault and using Lix was the easiest solution to get the builds going
# TODO: Try to reproduce the crashes to generate a proper issue or fix in Nix.
package = pkgs.lix;
nrBuildUsers = config.nix.settings.max-jobs + 32;

Expand Down