This commit is contained in:
Daniel Olsen 2023-04-27 12:02:42 +02:00
parent 90410802c3
commit abec0c9f38
1 changed files with 16 additions and 15 deletions

View File

@ -236,7 +236,7 @@ in
];
extraConfig = {
pull.rebase = true;
# sequence.editor = let
sequence.editor = let
# girt = pkgs.unstable.git-interactive-rebase-tool.overrideAttrs (old: rec {
# src = pkgs.fetchFromGitHub {
# owner = "Dali99";
@ -250,7 +250,8 @@ in
# outputHash = "sha256-/I465/PlOckvov9PgSCg7CN5hEKeeQCw8rPsvpKJons=";
# });
# });
# in "${girt}/bin/interactive-rebase-tool";
girt = pkgs.git-interactive-rebase-tool;
in "${girt}/bin/interactive-rebase-tool";
};
delta.enable = true;
};