about summary refs log tree commit diff
path: root/pkgs/larbs-mail/neomutt_wrapped.nix
diff options
context:
space:
mode:
authorPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-09-27 22:15:27 +0200
committerPatryk Niedźwiedziński <pniedzwiedzinski19@gmail.com>2020-09-27 22:15:27 +0200
commit27cee78278cbd02d257324b45531a062138dee17 (patch)
treeb16431e605d966e8d159e0e9027e73144a50d6ad /pkgs/larbs-mail/neomutt_wrapped.nix
parente80b0b5447c823715f90791b8613cb3d21ea76e0 (diff)
downloadpnpkgs-27cee78278cbd02d257324b45531a062138dee17.tar.gz
pnpkgs-27cee78278cbd02d257324b45531a062138dee17.zip
Fix supported platforms
Diffstat (limited to 'pkgs/larbs-mail/neomutt_wrapped.nix')
-rw-r--r--pkgs/larbs-mail/neomutt_wrapped.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/larbs-mail/neomutt_wrapped.nix b/pkgs/larbs-mail/neomutt_wrapped.nix
index dc1e467..780bfd4 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 "x86_64-darwin" ];
+      platforms = [ "x86_64-darwin" "x86_64-darwin" ];
     };
   }