diff options
Diffstat (limited to 'pkgs/larbs-mail/neomutt_wrapped.nix')
-rw-r--r-- | pkgs/larbs-mail/neomutt_wrapped.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/larbs-mail/neomutt_wrapped.nix b/pkgs/larbs-mail/neomutt_wrapped.nix index bd1c011..dc1e467 100644 --- a/pkgs/larbs-mail/neomutt_wrapped.nix +++ b/pkgs/larbs-mail/neomutt_wrapped.nix @@ -23,6 +23,6 @@ in homepage = "https://github.com/LukeSmithXYZ/mutt-wizard"; description = "A system for automatically configuring mutt and isync with a simple interface and safe passwords"; license = licenses.gpl3; - platforms = platforms.linux; + platforms = [ platforms.linux "x86_64-darwin" ]; }; } |