solo2-cli: fix zsh completion

This commit is contained in:
Maxime Brunet 2023-07-29 16:10:34 -07:00
parent 7cdce123f5
commit 135b79b954
No known key found for this signature in database
GPG key ID: 437962FF87ECFE2B

View file

@ -33,7 +33,8 @@ rustPlatform.buildRustPackage rec {
postInstall = '' postInstall = ''
install -D 70-solo2.rules $out/lib/udev/rules.d/70-solo2.rules install -D 70-solo2.rules $out/lib/udev/rules.d/70-solo2.rules
installShellCompletion target/*/release/solo2.{bash,fish,zsh} installShellCompletion target/*/release/solo2.{bash,fish}
installShellCompletion --zsh target/*/release/_solo2
''; '';
doCheck = true; doCheck = true;