diff options
author | Xinglu Chen <public@yoctocell.xyz> | 2021-06-21 15:25:58 +0200 |
---|---|---|
committer | Xinglu Chen <public@yoctocell.xyz> | 2021-06-21 15:29:43 +0200 |
commit | 4c8e7ebfcec6fbb0fcd9971bb4c2ac55c6b8bfd2 (patch) | |
tree | 0caa290f3dfd7e9fb63489e43c888ad40929f65e /doc | |
parent | aebea916b6e0b35e68a9ba3cafdd760d390336b0 (diff) |
Remove Nix files.
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-email.texi | 30 |
1 files changed, 1 insertions, 29 deletions
diff --git a/doc/git-email.texi b/doc/git-email.texi index 0653dae..f290878 100644 --- a/doc/git-email.texi +++ b/doc/git-email.texi @@ -121,36 +121,8 @@ you have to install it manually by cloning the Git repo and adding @samp{git-ema your @code{load-path}. Or, you can install it using one of the options listed below. -@menu -* Nix:: -@end menu - -@node Nix -@section Nix - -If you are using @uref{https://nixos.wiki/wiki/Flakes, nix flakes}, -three versions of the package are available: - -@itemize -@item -@samp{git-email-full-git} -- This includes all the optional libraries as -is built from the latest master branch. - -@item -@samp{git-email-git} -- This only contains the core `git-email.el` -library and is built from the latest master branch. - -@item -@samp{git-email} -- This is the package from the latest release. -@end itemize - -You can install the package with - -@example -nix profile install "git+https://git.sr.ht/~yoctocell/git-email#git-email@{-full-git,-git@}" -@end example - @node Guix +@section Guix You can install git-email with guix by running @command{guix install --install-from-file=guix.scm}. |