Add git-graph script
All checks were successful
/ check (push) Successful in 1m41s

This commit is contained in:
Oliver Davies 2025-07-11 02:00:23 +01:00
parent 3c76e2edea
commit 2bd14ac1a8
3 changed files with 19 additions and 0 deletions

View file

@ -12,6 +12,7 @@ in
create-script = callPackage ./create-script.nix { };
dev-commit = callPackage ./dev-commit.nix { };
displayselect = callPackage ./displayselect { };
git-graph = callPackage ./git-graph.nix { };
mounter = callPackage ./mounter.nix { };
move-firefox-screenshots = callPackage ./move-firefox-screenshots.nix { };
notes = callPackage ./notes { };