summary refs log tree commit diff
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2022-11-30 19:03:28 +0100
committermaralorn <mail@maralorn.de>2022-11-30 19:03:57 +0100
commit6bdce4215ebc79a4079e9807a4b629fb9c581788 (patch)
tree23d5ac2a1f01d86992a8de74d46965b451cefc63
parentf7ab294444a2779362fc71230829c0adc97d2c40 (diff)
nixos/doc: Fix typo in 22.11 release manual
(cherry picked from commit 6184f635b3c3d2794821bb31c04a4e7a99ee0fdb)
-rw-r--r--nixos/doc/manual/release-notes/rl-2211.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/doc/manual/release-notes/rl-2211.section.md b/nixos/doc/manual/release-notes/rl-2211.section.md
index fccb00ff0156e..9473f2ba37f01 100644
--- a/nixos/doc/manual/release-notes/rl-2211.section.md
+++ b/nixos/doc/manual/release-notes/rl-2211.section.md
@@ -545,7 +545,7 @@ Available as [services.patroni](options.html#opt-services.patroni.enable).
 
 - 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.