From bfc503e1bec3d68073831b54438207fa56431a28 Mon Sep 17 00:00:00 2001 From: Marcin Serwin Date: Sat, 7 Sep 2024 20:11:46 +0200 Subject: [PATCH] Add info about override removal --- pkgs/development/haskell-modules/configuration-common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b35c954b3ffa..4672d23e48ca 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -2044,7 +2044,7 @@ self: super: { tls = self.tls_2_0_6; }); - # Requests version 2 of tls + # Requests version 2 of tls, can be removed once it's the default diohsc = super.diohsc.overrideScope (self: super: { tls = self.tls_2_0_6; });