aboutsummaryrefslogtreecommitdiff
path: root/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* default.nix: Use "master" instead of "git"Xinglu Chen2021-02-041-2/+2
| | | | | | | Make the version "master" instead of "git", this will turn the name from "git-email-git-git” to "git-email-git-master”. * default.nix:
* default.nix: Add package for version 0.1.0Xinglu Chen2021-02-041-3/+14
| | | | | | | This version did not have integration with external packages, so no "-full" version is needed. * default.nix: Add package for version 0.1.0.
* Make repository a nix flakeXinglu Chen2021-02-041-0/+29
Make git-email.el a nix flake for an easier installation process for Nix users. It currently exposes two packages: - git-email-full -- This includes all the optional libraries - git-email -- This only includes the core `git-email.el` library They both get the source from directory from the git repository, meaning they will get updates as soon as a commit is made. * default.nix: Add file. * flake.lock: Add file. * flake.nix: Add file.