Merge pull request #202918 from SuperSandro2000/rleease-notes-191713

nixos/release-notes: add entry for #191713
This commit is contained in:
Maximilian Bosch 2022-11-30 00:36:03 +01:00 committed by GitHub
commit 70bd3715e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -814,6 +814,15 @@
<literal>nix.checkConfig</literal> previously did.
</para>
</listitem>
<listitem>
<para>
<literal>nix.buildMachines</literal> got a new submodule
option <literal>protocol</literal>. An undocumented hack to
set the protocol via <literal>hostName</literal> is no longer
working and the <literal>protocol</literal> option should be
used instead.
</para>
</listitem>
<listitem>
<para>
<literal>generateOptparseApplicativeCompletions</literal> and

View File

@ -266,6 +266,8 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).
- The `nix.checkConfig` option now fully disables the config check. The new `nix.checkAllErrors` option behaves like `nix.checkConfig` previously did.
- `nix.buildMachines` got a new submodule option `protocol`. An undocumented hack to set the protocol via `hostName` is no longer working and the `protocol` option should be used instead.
- `generateOptparseApplicativeCompletions` and `generateOptparseApplicativeCompletion` from `haskell.lib.compose`
(and `haskell.lib`) have been deprecated in favor of `generateOptparseApplicativeCompletions` (plural!) as
provided by the haskell package sets (so `haskellPackages.generateOptparseApplicativeCompletions` etc.).