1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-12-28 04:39:48 +01:00

abook: remove platform linux assertion

Abook is also available on other platforms, e.g., Darwin.
This commit is contained in:
Christian Segundo 2024-11-24 17:45:26 +01:00 committed by GitHub
parent 5e2f47c5a5
commit 9ae941a4cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 != "") {