watson: Install fish completions.

This commit is contained in:
puzzlewolf 2021-09-24 19:24:54 +02:00
parent 39e8ec2db6
commit d9ef3f10e9

@ -30,6 +30,7 @@ in with python.pkgs; buildPythonApplication rec {
postInstall = ''
installShellCompletion --bash --name watson watson.completion
installShellCompletion --zsh --name _watson watson.zsh-completion
installShellCompletion --fish watson.fish
'';
checkInputs = [ pytestCheckHook pytest-mock mock pytest-datafiles ];