mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
Merge pull request #246214 from marsam/git-lfs-completions
git-lfs: install completions
This commit is contained in:
commit
19c2aae41a
@ -39,6 +39,10 @@ buildGoModule rec {
|
|||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
installManPage man/man*/*
|
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 {
|
passthru.tests.version = testers.testVersion {
|
||||||
|
Loading…
Reference in New Issue
Block a user