aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
Commit message (Collapse)AuthorAgeFilesLines
* Remove Nix files.Xinglu Chen2021-06-211-43/+0
| | | | | | | | | | I am no longer using Nix for managing user packages, and I have no interest in actually maintaining these files. * git-email.texi (Installation): Remove Nix installation instructions. * default.nix, flake.lock, flake.nix: Remove files. Signed-off-by: Xinglu Chen <public@yoctocell.xyz>
* Make repository a nix flakeXinglu Chen2021-02-041-0/+43
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.