···37 PostgreSQL now defaults to major version 13.
38 </para>
39 </listitem>
0000000000040 </itemizedlist>
41 </section>
42 <section xml:id="sec-release-21.11-new-services">
···37 PostgreSQL now defaults to major version 13.
38 </para>
39 </listitem>
40+ <listitem>
41+ <para>
42+ Activation scripts can now opt int to be run when running
43+ <literal>nixos-rebuild dry-activate</literal> and detect the
44+ dry activation by reading <literal>$NIXOS_ACTION</literal>.
45+ This allows activation scripts to output what they would
46+ change if the activation was really run. The users/modules
47+ activation script supports this and outputs some of is
48+ actions.
49+ </para>
50+ </listitem>
51 </itemizedlist>
52 </section>
53 <section xml:id="sec-release-21.11-new-services">
+4
nixos/doc/manual/release-notes/rl-2111.section.md
···1415- PostgreSQL now defaults to major version 13.
16000017## New Services {#sec-release-21.11-new-services}
1819- [btrbk](https://digint.ch/btrbk/index.html), a backup tool for btrfs subvolumes, taking advantage of btrfs specific capabilities to create atomic snapshots and transfer them incrementally to your backup locations. Available as [services.btrbk](options.html#opt-services.brtbk.instances).
···1415- PostgreSQL now defaults to major version 13.
1617+- Activation scripts can now opt int to be run when running `nixos-rebuild dry-activate` and detect the dry activation by reading `$NIXOS_ACTION`.
18+ This allows activation scripts to output what they would change if the activation was really run.
19+ The users/modules activation script supports this and outputs some of is actions.
20+21## New Services {#sec-release-21.11-new-services}
2223- [btrbk](https://digint.ch/btrbk/index.html), a backup tool for btrfs subvolumes, taking advantage of btrfs specific capabilities to create atomic snapshots and transfer them incrementally to your backup locations. Available as [services.btrbk](options.html#opt-services.brtbk.instances).
···78buildPythonPackage (rec {
9 pname = "elasticsearch";
10- version = "7.14.1";
000001112 src = fetchPypi {
13 inherit pname version;
14- sha256 = "f928898fe06869516f2603f9a96a6f166c06888233806b31ac6568bac0266501";
15 };
1617 # Check is disabled because running them destroy the content of the local cluster!
···78buildPythonPackage (rec {
9 pname = "elasticsearch";
10+ # In 7.14.0, the package was intentionally made incompatible with
11+ # the OSS version of elasticsearch - don't update past 7.13.x until
12+ # there's a clear path forward. See
13+ # https://github.com/elastic/elasticsearch-py/issues/1639 for more
14+ # info.
15+ version = "7.13.1";
1617 src = fetchPypi {
18 inherit pname version;
19+ sha256 = "d6bcca0b2e5665d08e6fe6fadc2d4d321affd76ce483603078fc9d3ccd2bc0f9";
20 };
2122 # Check is disabled because running them destroy the content of the local cluster!