forked from mirrors/nixpkgs
git-autofixup: init as alias
A top-level attribute makes this program easier to find for nix repl junkies like me.
This commit is contained in:
parent
f2537a505d
commit
fb9e656d48
|
@ -26919,6 +26919,8 @@ with pkgs;
|
|||
# Git with SVN support, but without GUI.
|
||||
gitSVN = lowPrio (git.override { svnSupport = true; });
|
||||
|
||||
git-autofixup = perlPackages.GitAutofixup;
|
||||
|
||||
git-doc = lib.addMetaAttrs {
|
||||
description = "Additional documentation for Git";
|
||||
longDescription = ''
|
||||
|
|
Loading…
Reference in a new issue