summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2022-10-02 14:28:40 +0200
committerProfpatsch <mail@profpatsch.de>2022-10-02 14:28:40 +0200
commit1600cba863b8c047f78b3864a0aa09d1d9941d16 (patch)
treeb60e8c00b1451e913403f996517bbe2a73708e40 /nixos
parentfaacb60b6ed9a63cef1461e594e7a708448fd5bf (diff)
Disable checkMeta by default again.
This caused too many downstream projects to break, so we are reverting this change for now, until further transition fixes are in place. See discussion in https://github.com/NixOS/nixpkgs/pull/191171 This reverts part of 6762de9a28e248f46bd0810e03c9666289de8e1d
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/from_md/release-notes/rl-2211.section.xml8
-rw-r--r--nixos/doc/manual/release-notes/rl-2211.section.md3
2 files changed, 0 insertions, 11 deletions
diff --git a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
index 8494b62e6ff0..ad08caf3ce5c 100644
--- a/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
+++ b/nixos/doc/manual/from_md/release-notes/rl-2211.section.xml
@@ -505,14 +505,6 @@
</listitem>
<listitem>
<para>
- The (previously undocumented) Nixpkgs configuration option
- <literal>checkMeta</literal> now defaults to
- <literal>true</literal>. This may cause evaluation failures
- for packages with incorrect <literal>meta</literal> attribute.
- </para>
- </listitem>
- <listitem>
- <para>
xow package removed along with the
<literal>hardware.xow</literal> module, due to the project
being deprecated in favor of <literal>xone</literal>, which is
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index a5ba4841f549..85c35b993ac4 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -172,9 +172,6 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).
- riak package removed along with `services.riak` module, due to lack of maintainer to update the package.
-- The (previously undocumented) Nixpkgs configuration option `checkMeta` now defaults to `true`. This may cause evaluation
- failures for packages with incorrect `meta` attribute.
-
- xow package removed along with the `hardware.xow` module, due to the project being deprecated in favor of `xone`, which is available via the `hardware.xone` module.
- dd-agent package removed along with the `services.dd-agent` module, due to the project being deprecated in favor of `datadog-agent`, which is available via the `services.datadog-agent` module.