git-jump: drop obsolete preFixup

This commit is contained in:
Harinn
2026-05-05 15:46:08 +07:00
parent ed2a1cf5c3
commit 9a5df82a5c
-4
View File
@@ -20,10 +20,6 @@ buildNpmPackage (finalAttrs: {
installManPage git-jump.1
'';
preFixup = ''
rm $out/lib/node_modules/git-jump/node_modules/.bin/{tsc,tsserver}
'';
meta = {
description = "Improved navigation between Git branches";
homepage = "https://github.com/mykolaharmash/git-jump";