Document why Lix is used on builders
Was told this [on Matrix](https://matrix.to/#/!RROtHmAaQIkiJzJZZE:nixos.org/$_zH2bGUSUChkNFNjxwpCeWL_OVa-9XELobMhsqCOinE?via=nixos.org&via=matrix.org&via=nixos.dev) by K900 after asking about it
Silvan Mosberger committed
Feb 11, 2025 at 23:20 UTC
64e5383b7ec28bb5e6c426019a848204cb010cac
1 file changed
+2
builders/common/nix.nix
+2
@@ -6,6 +6,8 @@
6
7
{
8
nix = {
9
+ # Used because Nix had a weird random segfault and using Lix was the easiest solution to get the builds going
10
+ # TODO: Try to reproduce the crashes to generate a proper issue or fix in Nix.
11
package = pkgs.lix;
12
nrBuildUsers = config.nix.settings.max-jobs + 32;
13