aboutsummaryrefslogtreecommitdiff
path: root/doc/git-email.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/git-email.texi')
-rw-r--r--doc/git-email.texi30
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}.