Remove scripts that are now in the z application

This commit is contained in:
Oliver Davies 2025-10-25 10:03:55 +01:00
parent a1b3975f39
commit dc510daa75
9 changed files with 4 additions and 198 deletions

View file

@ -28,7 +28,6 @@ in
tag-release = callPackage ./tag-release.nix { };
time-until = callPackage ./time-until.nix { };
timer = callPackage ./timer.nix { };
tmux-sessionizer = callPackage ./tmux-sessionizer { };
unmounter = callPackage ./unmounter.nix { };
update-all-git-repos = callPackage ./update-all-git-repos.nix { };
vic = callPackage ./vic.nix { inherit inputs; };