Unverified Commit f652ec58 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #203686 from NixOS/backport-202918-to-release-22.11

[Backport release-22.11] nixos/release-notes: add entry for #191713
parents a30e315f ac99db9a
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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
+2 −0
Original line number Diff line number Diff line
@@ -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.).