git-lfs: install completions

This commit is contained in:
Mario Rodas 2023-07-30 04:20:00 +00:00
parent b9c5cc5990
commit b980f26d34

View File

@ -39,6 +39,10 @@ buildGoModule rec {
postInstall = ''
installManPage man/man*/*
installShellCompletion --cmd git-lfs \
--bash <($out/bin/git-lfs completion bash) \
--fish <($out/bin/git-lfs completion fish) \
--zsh <($out/bin/git-lfs completion zsh)
'';
passthru.tests.version = testers.testVersion {