Commit de58f93b authored by Philip Taron's avatar Philip Taron
Browse files

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.
parent 89708811
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;