Unverified Commit 7b750416 authored by John Ericson's avatar John Ericson Committed by GitHub
Browse files

nixVersions.nixComponents_2_27: fix error message (#398448)

parents aaa5b43a 011cd12d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -235,7 +235,7 @@ lib.makeExtensible (
        ) (lib.range 4 23)
      )
      // {
        nixComponents_2_27 = throw "nixComponents_2_27 has been removed. use nixComponents_2_28.";
        nixComponents_2_27 = throw "nixComponents_2_27 has been removed. use nixComponents_git.";
        nix_2_27 = throw "nix_2_27 has been removed. use nix_2_28.";
        nix_2_25 = throw "nix_2_25 has been removed. use nix_2_28.";