forked from mirrors/nixpkgs
Merge pull request #125272 from 0x4A6F/master-innernet
innernet: add shell completions
This commit is contained in:
commit
0636814412
|
@ -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