nixVersions.latest: 2.33.3 -> 2.34.0
As reported on the [Discourse release announcement](https://discourse.nixos.org/t/nix-2-34-0-released/75818) there is a possible regression with netrc-file forwarding, but we'll see how this goes.
This commit is contained in:
@@ -252,7 +252,7 @@ lib.makeExtensible (
|
||||
|
||||
git = addTests "git" self.nixComponents_git.nix-everything;
|
||||
|
||||
latest = self.nix_2_33;
|
||||
latest = self.nix_2_34;
|
||||
|
||||
# Read ./README.md before bumping a major release
|
||||
stable = addFallbackPathsCheck self.nix_2_31;
|
||||
|
||||
Reference in New Issue
Block a user