-
-
Notifications
You must be signed in to change notification settings - Fork 65
NixOS
Bjarki Ágúst Guðmundsson edited this page Feb 8, 2017
·
1 revision
astroid
can be installed directly using the nix package manager:
$ nix-env -f "<nixpkgs>" -iA astroid
Additionally, you will most likely want to install notmuch
(the mail indexing backend for astroid
), offlineimap
(for receiving mail) and msmtp
(for sending mail):
$ nix-env -f "<nixpkgs>" -iA notmuch offlineimap msmtp
To learn more about these dependencies and how to get started, check out the tour.