smug: install completions

This commit is contained in:
Mario Rodas 2022-08-12 04:20:00 +00:00
parent f5706406ed
commit bdd963f323

View file

@ -21,6 +21,7 @@ buildGoModule rec {
postInstall = ''
installManPage ./man/man1/smug.1
installShellCompletion completion/smug.{bash,fish}
'';
meta = with lib; {