From 06f1b13c21ccbe2687f09a75fa7df53caad680de Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 15 Nov 2019 18:07:12 +0100 Subject: [PATCH] Revert "astroid: require notmuch synchronize flags" The Astroid program can work without this option, which should be disabled when synchronising emails with muchsync for example. This reverts commit fa3d1f98e001eab0e0514414a6429e082962915a. (cherry picked from commit 24dbac8da782aa26590b2f3eba153daaade105db) --- modules/programs/astroid.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/programs/astroid.nix b/modules/programs/astroid.nix index 4fa2db0b3..b4b60fe23 100644 --- a/modules/programs/astroid.nix +++ b/modules/programs/astroid.nix @@ -106,14 +106,6 @@ in }; config = mkIf cfg.enable { - assertions = [ - { - assertion = config.programs.notmuch.maildir.synchronizeFlags; - message = "The astroid module requires" - + " 'programs.notmuch.maildir.synchronizeFlags = true'."; - } - ]; - home.packages = [ pkgs.astroid ]; xdg.configFile."astroid/config".source =