Merge pull request #125272 from 0x4A6F/master-innernet

innernet: add shell completions
This commit is contained in:
Sandro 2021-06-03 18:01:33 +02:00 committed by GitHub
commit 0636814412
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;