···274274 </para>
275275 </listitem>
276276277277+ <listitem>
278278+ <para>
279279+ Systems with some broadcom cards used to result into a generated config
280280+ that is no longer accepted. If you get errors like
281281+ <screen>error: path ‘/nix/store/*-broadcom-sta-*’ does not exist and cannot be created</screen>
282282+ you should either re-run <command>nixos-generate-config</command> or manually replace
283283+ <literal>"${config.boot.kernelPackages.broadcom_sta}"</literal>
284284+ by
285285+ <literal>config.boot.kernelPackages.broadcom_sta</literal>
286286+ in your <filename>/etc/nixos/hardware-configuration.nix</filename>.
287287+ More discussion is on <link xlink:href="https://github.com/NixOS/nixpkgs/pull/12595">
288288+ the github issue</link>.
289289+ </para>
290290+ </listitem>
277291</itemizedlist>
278292279293