From 4c8e7ebfcec6fbb0fcd9971bb4c2ac55c6b8bfd2 Mon Sep 17 00:00:00 2001 From: Xinglu Chen Date: Mon, 21 Jun 2021 15:25:58 +0200 Subject: 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 --- doc/git-email.texi | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) (limited to 'doc') 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}. -- cgit v1.2.3