librewolf: support darwin (#6561)

Remove linux platform assertion.
This commit is contained in:
Alice Carroll 2025-03-01 17:55:01 +03:00 committed by GitHub
parent 4f05ef6a8a
commit 30da431093
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,11 +57,6 @@ in {
};
config = mkIf cfg.enable {
assertions = [
(lib.hm.assertions.assertPlatform "programs.librewolf" pkgs
lib.platforms.linux)
];
home.file.".librewolf/librewolf.overrides.cfg" =
lib.mkIf (cfg.settings != { }) { text = mkOverridesFile cfg.settings; };
};