summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorpiegames <git@piegames.de>2022-10-02 18:00:48 +0200
committerGitHub <noreply@github.com>2022-10-02 18:00:48 +0200
commitec5f7d48ab9a37649ec76ad225f156dd82d77bb0 (patch)
treee8abb71f57aff839fe5d923c57b413a3379e9fdf /nixos
parentad36bf7d747c6e2286a8c22e4468a84059600eb2 (diff)
parent1600cba863b8c047f78b3864a0aa09d1d9941d16 (diff)
downloadnixpkgs-ec5f7d48ab9a37649ec76ad225f156dd82d77bb0.tar
nixpkgs-ec5f7d48ab9a37649ec76ad225f156dd82d77bb0.tar.gz
nixpkgs-ec5f7d48ab9a37649ec76ad225f156dd82d77bb0.tar.bz2
nixpkgs-ec5f7d48ab9a37649ec76ad225f156dd82d77bb0.tar.lz
nixpkgs-ec5f7d48ab9a37649ec76ad225f156dd82d77bb0.tar.xz
nixpkgs-ec5f7d48ab9a37649ec76ad225f156dd82d77bb0.tar.zst
nixpkgs-ec5f7d48ab9a37649ec76ad225f156dd82d77bb0.zip
Merge pull request #194058: Disable checkMeta by default again
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 8494b62e6ff..ad08caf3ce5 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 a5ba4841f54..85c35b993ac 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.