mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
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.
(cherry picked from commit 6884dd65da)
This commit is contained in:
committed by
github-actions[bot]
parent
dfd4c4402d
commit
2ef4c0aa1e
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user