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:
parent
ea74128e31
commit
0a1d7fe2e1
|
@ -57,9 +57,8 @@ in
|
||||||
# Randomize GC to avoid thundering herd effects.
|
# Randomize GC to avoid thundering herd effects.
|
||||||
gc.randomizedDelaySec = "1800";
|
gc.randomizedDelaySec = "1800";
|
||||||
|
|
||||||
# Inchallah, it works.
|
# A much better choice.
|
||||||
package = pkgs.nixVersions.nix_2_18;
|
package = pkgs.lix;
|
||||||
# package = lib.mkForce inputs.nixpkgs-unstable.legacyPackages.x86_64-linux.nixVersions.nix_2_17;
|
|
||||||
|
|
||||||
# should be enough?
|
# should be enough?
|
||||||
nrBuildUsers = 128;
|
nrBuildUsers = 128;
|
||||||
|
|
Loading…
Reference in a new issue