builders: migrate to nix
Martin Weinelt committed
Mar 20, 2025 at 19:23 UTC
f261222ffa9b2aad55dc966f0181d187887d9a41
1 file changed
+1
-3
builders/common/nix.nix
+1
-3
@@ -7,9 +7,7 @@
7
8
{
9
nix = {
10
- # Used because Nix had a weird random segfault and using Lix was the easiest solution to get the builds going
11
- # TODO: Try to reproduce the crashes to generate a proper issue or fix in Nix.
12
- package = pkgs.lix;
10
+ package = pkgs.nix;
11
nrBuildUsers = config.nix.settings.max-jobs + 32;
12
13
gc =