Commit 709a9f6f authored by Sandro Jäckel's avatar Sandro Jäckel Committed by Yt
Browse files

nixVersions.unstable: 2.18 -> 2.19

parent 3773ebf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -264,7 +264,7 @@ in lib.makeExtensible (self: ({

  stable = addFallbackPathsCheck self.nix_2_18;

  unstable = self.nix_2_18;
  unstable = self.nix_2_19;
} // lib.optionalAttrs config.allowAliases {
  nix_2_4 = throw "nixVersions.nix_2_4 has been removed";