rl-2205: mention changes to the xmonad haskell module
This commit is contained in:
parent
34a1ff28e0
commit
065085b340
@ -516,6 +516,15 @@
|
|||||||
<literal>(ghc.withPackages.override { useLLVM = true; }) (p: [])</literal>.
|
<literal>(ghc.withPackages.override { useLLVM = true; }) (p: [])</literal>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
The update of the haskell package set brings with it a new
|
||||||
|
version of the <literal>xmonad</literal> module, which will
|
||||||
|
break your configuration if you use <literal>launch</literal>
|
||||||
|
as entrypoint. The example code the corresponding nixos module
|
||||||
|
was adjusted, you way want to have a look at it.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
The <literal>home-assistant</literal> module now requires
|
The <literal>home-assistant</literal> module now requires
|
||||||
|
@ -163,6 +163,10 @@ In addition to numerous new and upgraded packages, this release has the followin
|
|||||||
`useLLVM`. So instead of `(ghc.withPackages (p: [])).override { withLLVM = true; }`,
|
`useLLVM`. So instead of `(ghc.withPackages (p: [])).override { withLLVM = true; }`,
|
||||||
one needs to use `(ghc.withPackages.override { useLLVM = true; }) (p: [])`.
|
one needs to use `(ghc.withPackages.override { useLLVM = true; }) (p: [])`.
|
||||||
|
|
||||||
|
- The update of the haskell package set brings with it a new version of the `xmonad`
|
||||||
|
module, which will break your configuration if you use `launch` as entrypoint. The
|
||||||
|
example code the corresponding nixos module was adjusted, you way want to have a look at it.
|
||||||
|
|
||||||
- The `home-assistant` module now requires users that don't want their
|
- The `home-assistant` module now requires users that don't want their
|
||||||
configuration to be managed declaratively to set
|
configuration to be managed declaratively to set
|
||||||
`services.home-assistant.config = null;`. This is required
|
`services.home-assistant.config = null;`. This is required
|
||||||
|
Loading…
Reference in New Issue
Block a user