mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 12:11:28 +00:00
solo2-cli: fix zsh completion
This commit is contained in:
parent
7cdce123f5
commit
135b79b954
|
@ -33,7 +33,8 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
postInstall = ''
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue