diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-09-28 09:37:01 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2020-09-28 09:37:01 +0200 |
commit | 2b76c3213a10a1658fb17e7fe05cfe3c64a9a560 (patch) | |
tree | 286a0f3954e22135aaa986b74425990f808dd624 /pkgs/larbs-mail/neomutt_wrapped.nix | |
parent | 27cee78278cbd02d257324b45531a062138dee17 (diff) | |
download | pnpkgs-2b76c3213a10a1658fb17e7fe05cfe3c64a9a560.tar.gz pnpkgs-2b76c3213a10a1658fb17e7fe05cfe3c64a9a560.zip |
Add larbs-news
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 780bfd4..3fdc41f 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 = [ "x86_64-darwin" "x86_64-darwin" ]; + platforms = [ "x86_64-linux" "x86_64-darwin" ]; }; } |