···122 </listitem>
123 <listitem>
124 <para>
0000000125 <link xlink:href="https://ergo.chat">ergochat</link>, a modern
126 IRC with IRCv3 features. Available as
127 <link xlink:href="options.html#opt-services.ergochat.enable">services.ergochat</link>.
···122 </listitem>
123 <listitem>
124 <para>
125+ <link xlink:href="https://snowflake.torproject.org/">snowflake-proxy</link>,
126+ a system to defeat internet censorship. Available as
127+ <link xlink:href="options.html#opt-services.snowflake-proxy.enable">services.snowflake-proxy</link>.
128+ </para>
129+ </listitem>
130+ <listitem>
131+ <para>
132 <link xlink:href="https://ergo.chat">ergochat</link>, a modern
133 IRC with IRCv3 features. Available as
134 <link xlink:href="options.html#opt-services.ergochat.enable">services.ergochat</link>.
+2
nixos/doc/manual/release-notes/rl-2205.section.md
···3738- [heisenbridge](https://github.com/hifi/heisenbridge), a bouncer-style Matrix IRC bridge. Available as [services.heisenbridge](options.html#opt-services.heisenbridge.enable).
390040- [ergochat](https://ergo.chat), a modern IRC with IRCv3 features. Available as [services.ergochat](options.html#opt-services.ergochat.enable).
4142- [PowerDNS-Admin](https://github.com/ngoduykhanh/PowerDNS-Admin), a web interface for the PowerDNS server. Available at [services.powerdns-admin](options.html#opt-services.powerdns-admin.enable).
···3738- [heisenbridge](https://github.com/hifi/heisenbridge), a bouncer-style Matrix IRC bridge. Available as [services.heisenbridge](options.html#opt-services.heisenbridge.enable).
3940+- [snowflake-proxy](https://snowflake.torproject.org/), a system to defeat internet censorship. Available as [services.snowflake-proxy](options.html#opt-services.snowflake-proxy.enable).
41+42- [ergochat](https://ergo.chat), a modern IRC with IRCv3 features. Available as [services.ergochat](options.html#opt-services.ergochat.enable).
4344- [PowerDNS-Admin](https://github.com/ngoduykhanh/PowerDNS-Admin), a web interface for the PowerDNS server. Available at [services.powerdns-admin](options.html#opt-services.powerdns-admin.enable).
···28 }."${version}";
29 };
30 ocamlPackages =
31- if lib.versionAtLeast version "0.17.0"
32 then ocaml-ng.ocamlPackages
0033 else if lib.versionAtLeast version "0.14.3"
34 then ocaml-ng.ocamlPackages_4_10
35 else ocaml-ng.ocamlPackages_4_07
···28 }."${version}";
29 };
30 ocamlPackages =
31+ if lib.versionAtLeast version "0.19.0"
32 then ocaml-ng.ocamlPackages
33+ else if lib.versionAtLeast version "0.17.0"
34+ then ocaml-ng.ocamlPackages_4_12
35 else if lib.versionAtLeast version "0.14.3"
36 then ocaml-ng.ocamlPackages_4_10
37 else ocaml-ng.ocamlPackages_4_07