aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--default.nix4
1 files changed, 2 insertions, 2 deletions
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" &&