Commit 62fe6266 authored by Will Fancher's avatar Will Fancher
Browse files

Revert "nixVersions.unstable: 2.17 -> 2.18"

This reverts commit 13ec8651.

This has caused widespread pain because of https://github.com/NixOS/nix/issues/9052
parent 8bc4e192
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -215,7 +215,7 @@ in lib.makeExtensible (self: ({

  stable = self.nix_2_17;

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