From 9ae941a4cff40575feb7a64eb6cce70f733b12ed Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sun, 24 Nov 2024 17:45:26 +0100 Subject: [PATCH] abook: remove platform linux assertion Abook is also available on other platforms, e.g., Darwin. --- modules/programs/abook.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/programs/abook.nix b/modules/programs/abook.nix index a9945d0e7..68d9ca75f 100644 --- a/modules/programs/abook.nix +++ b/modules/programs/abook.nix @@ -27,9 +27,6 @@ in { }; config = mkIf cfg.enable { - assertions = - [ (hm.assertions.assertPlatform "programs.abook" pkgs platforms.linux) ]; - home.packages = [ pkgs.abook ]; xdg.configFile."abook/abookrc" = mkIf (cfg.extraConfig != "") {