Fix completion
This commit is contained in:
parent
05b9db2204
commit
5b7cd757fd
@ -43,9 +43,9 @@
|
|||||||
nativeBuildInputs = [ pkgs.installShellFiles ];
|
nativeBuildInputs = [ pkgs.installShellFiles ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
installShellCompletion --cmd huecli \
|
installShellCompletion --cmd huecli \
|
||||||
--bash <($out/bin/huecli --install-completion bash) \
|
--bash <($out/bin/huecli --show-completion bash) \
|
||||||
--zsh <($out/bin/huecli --install-completion zsh) \
|
--zsh <($out/bin/huecli --show-completion zsh) \
|
||||||
--fish <($out/bin/huecli --install-completion fish)
|
--fish <($out/bin/huecli --show-completion fish)
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
default = self.packages.${system}.huecli;
|
default = self.packages.${system}.huecli;
|
||||||
|
Loading…
Reference in New Issue
Block a user