Add git-squash-merge script

This commit is contained in:
Oliver Davies 2024-11-25 23:27:22 +00:00
parent adcbb914f1
commit 150182149a
3 changed files with 45 additions and 1 deletions

View file

@ -5,6 +5,7 @@ let
in
{
build-glove80 = callPackage ./build-glove80.nix { };
git-squash-merge = callPackage ./git-squash-merge.nix { };
vimPlugins = prev.vimPlugins // {
conf-vim = callPackage ./vim-plugins/conf-vim.nix { };