mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
innernet: add shell completions
This commit is contained in:
parent
1508c220f9
commit
d198902b4d
|
@ -24,6 +24,8 @@ rustPlatform.buildRustPackage rec {
|
|||
postInstall = ''
|
||||
installManPage doc/innernet-server.8.gz
|
||||
installManPage doc/innernet.8.gz
|
||||
installShellCompletion doc/innernet.completions.{bash,fish,zsh}
|
||||
installShellCompletion doc/innernet-server.completions.{bash,fish,zsh}
|
||||
'';
|
||||
|
||||
doInstallCheck = true;
|
||||
|
|
Loading…
Reference in a new issue