nixos/doc: Fix typo in 22.11 release manual

This commit is contained in:
maralorn 2022-11-30 19:03:28 +01:00
parent d797db230d
commit 6184f635b3

View file

@ -444,7 +444,7 @@ In addition to numerous new and upgraded packages, this release includes the fol
- The option `services.picom.experimentalBackends` was removed since it is now the default and the option will cause `picom` to quit instead.
- `haskellPackage.callHackage` is not always invalidated if `all-cabal-hashes` changes, leading to less rebuilds of haskell dependencies.
- `haskellPackages.callHackage` is not always invalidated if `all-cabal-hashes` changes, leading to less rebuilds of haskell dependencies.
- `haskellPackages.callHackage` and `haskellPackages.callCabal2nix` (and related functions) no longer keep a reference to the `cabal2nix` call used to generate them. As a result, they will be garbage collected more often.