1
0
Fork 1
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:
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;