Revert "Add git-squash-merge script"

This reverts commit 150182149a.
This commit is contained in:
Oliver Davies 2024-11-26 08:09:03 +00:00
parent 150182149a
commit 7973d6ebad
3 changed files with 1 additions and 45 deletions
nix/modules/home-manager

View file

@ -146,10 +146,7 @@
};
};
home.packages = with pkgs; [
git-instafix
git-squash-merge
];
home.packages = [ pkgs.git-instafix ];
home.sessionVariables = {
GIT_INSTAFIX_UPSTREAM = "origin/main";