git-autofixup: init as alias

A top-level attribute makes this program easier to find
for nix repl junkies like me.
main
Robert Hensing 2 years ago
parent f2537a505d
commit fb9e656d48
  1. 2
      pkgs/top-level/all-packages.nix

@ -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…
Cancel
Save