feat: use Lix ffs

I ran into a bug with Nix 2.18.2.

Signed-off-by: Raito Bezarius <masterancpp@gmail.com>
This commit is contained in:
raito 2024-08-22 18:23:53 +02:00
parent ea74128e31
commit 0a1d7fe2e1

View file

@ -57,9 +57,8 @@ in
# Randomize GC to avoid thundering herd effects.
gc.randomizedDelaySec = "1800";
# Inchallah, it works.
package = pkgs.nixVersions.nix_2_18;
# package = lib.mkForce inputs.nixpkgs-unstable.legacyPackages.x86_64-linux.nixVersions.nix_2_17;
# A much better choice.
package = pkgs.lix;
# should be enough?
nrBuildUsers = 128;