mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03: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 New Issue
Block a user