innernet: add shell completions

This commit is contained in:
0x4A6F 2021-06-01 20:38:30 +02:00
parent 1508c220f9
commit d198902b4d
No known key found for this signature in database
GPG Key ID: 8DEDBA5BE07080E1

View File

@ -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;