Skip to content

Commit f261222

Browse files
committed
builders: migrate to nix
1 parent 91ca573 commit f261222

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

builders/common/nix.nix

+1-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77

88
{
99
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;
1311
nrBuildUsers = config.nix.settings.max-jobs + 32;
1412

1513
gc =

0 commit comments

Comments
 (0)