From 150b33158b34ff5c23c306280ceb2290be339667 Mon Sep 17 00:00:00 2001 From: Xinglu Chen Date: Thu, 4 Feb 2021 16:55:27 +0100 Subject: default.nix: Use "master" instead of "git" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make the version "master" instead of "git", this will turn the name from "git-email-git-git” to "git-email-git-master”. * default.nix: --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index 2b76d1e..765b92a 100644 --- a/default.nix +++ b/default.nix @@ -7,7 +7,7 @@ lib.recurseIntoAttrs rec { git-email-full-git = trivialBuild rec { pname = "git-email-full"; - version = "git"; + version = "master"; src = nix-gitignore.gitignoreSource (flakeRoot + ".gitignore") ./.; packageRequires = with emacsPackages; [ magit @@ -18,7 +18,7 @@ lib.recurseIntoAttrs rec { git-email-git = trivialBuild rec { pname = "git-email"; - version = "git"; + version = "master"; src = builtins.filterSource (path: type: baseNameOf path != "git-email-magit.el" && -- cgit v1.2.3