Unverified Commit 2f8f328b authored by Eelco Dolstra's avatar Eelco Dolstra Committed by GitHub
Browse files

Merge pull request #261627 from DeterminateSystems/nix_2_18_1

nixVersions.unstable: 2.17 -> 2.18.1
parents 51fab1f4 4f0b4199
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.stable;
  unstable = self.nix_2_18;
} // lib.optionalAttrs config.allowAliases {
  nix_2_4 = throw "nixVersions.nix_2_4 has been removed";