Skip to content

Commit

Permalink
Remove git-squash
Browse files Browse the repository at this point in the history
It commits untracked files! And uses `git add -A`.

sheerun/git-squash#6
  • Loading branch information
srid committed Nov 28, 2024
1 parent a042951 commit 148374b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
1 change: 0 additions & 1 deletion modules/home/all/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
{
home.packages = with pkgs; [
git-filter-repo
git-squash # https://github.com/sheerun/git-squash
];

programs.git = {
Expand Down
1 change: 0 additions & 1 deletion overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ self: super: {
actualism-app = inputs.actualism-app.packages.${self.system}.default;
omnix = inputs.omnix.packages.${self.system}.default;
git-merge-and-delete = self.callPackage "${packages}/git-merge-and-delete.nix" { };
git-squash = self.callPackage "${packages}/git-squash.nix" { };
}
34 changes: 0 additions & 34 deletions packages/git-squash.nix

This file was deleted.

0 comments on commit 148374b

Please sign in to comment.