git-lfs: install completions

+4
+4
pkgs/applications/version-management/git-lfs/default.nix
··· 39 40 postInstall = '' 41 installManPage man/man*/* 42 ''; 43 44 passthru.tests.version = testers.testVersion {
··· 39 40 postInstall = '' 41 installManPage man/man*/* 42 + installShellCompletion --cmd git-lfs \ 43 + --bash <($out/bin/git-lfs completion bash) \ 44 + --fish <($out/bin/git-lfs completion fish) \ 45 + --zsh <($out/bin/git-lfs completion zsh) 46 ''; 47 48 passthru.tests.version = testers.testVersion {