Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | flake.nix: Fix typo | Xinglu Chen | 2021-02-05 | 1 | -1/+1 |
| | | | | * flake.nix: Fix name of defaultPackage. | ||||
* | Make repository a nix flake | Xinglu Chen | 2021-02-04 | 1 | -0/+17 |
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. |