mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05: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.
This commit is contained in:
parent
492225f4f7
commit
6884dd65da
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue