From 20cd820d1896e66456e8c5a4fe1c58ce8297f803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Mon, 8 Aug 2022 20:37:30 +0100 Subject: [PATCH] dovcot -> dovecot --- config/workarounds/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/workarounds/default.nix b/config/workarounds/default.nix index f530b759..6d91dd96 100644 --- a/config/workarounds/default.nix +++ b/config/workarounds/default.nix @@ -71,7 +71,7 @@ in { maintainers = with maintainers; [ma27]; }; }; - dovecot = prev.dovcot.overrideAttrs (old: rec { + dovecot = prev.dovecot.overrideAttrs (old: rec { checkPhase = "true"; installCheckPhase = "true"; });