Revert "Remove dev-commit"

This reverts commit e3a9357deb.
This commit is contained in:
Oliver Davies 2025-11-22 16:23:09 +00:00
parent e3a9357deb
commit dc4a7189b4
4 changed files with 155 additions and 0 deletions

View file

@ -16,6 +16,7 @@ in
build-glove80 = callPackage ./build-glove80.nix { };
count-tags = callPackage ./count-tags.nix { };
create-script = callPackage ./create-script.nix { };
dev-commit = callPackage ./dev-commit.nix { };
get-tags = callPackage ./get-tags.nix { };
git-exclude = callPackage ./git-exclude.nix { };
git-graph = callPackage ./git-graph.nix { };