Unverified Commit 6884dd65 authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

ci/tarball: build with Nix 2.30

We had to avoid 2.28 / 2.29 due to performance regressions, but this
should work well again with Nix 2.30.
parent 492225f4
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -124,8 +124,6 @@ rec {
    };
    officialRelease = false;
    inherit pkgs lib-tests;
    # 2.28 / 2.29 take 9x longer than 2.30 or Lix.
    # TODO: Switch back to nixVersions.latest
    nix = pkgs.lix;
    nix = pkgs.nixVersions.latest;
  };
}