Fix Man Pages In CLI Nix Package

This commit is contained in:
Ben C 2023-12-04 12:27:24 -05:00 committed by GitHub
parent c82cb00b23
commit f146247e3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {
postInstall = ''
cargo xtask dist_cli
installManPage man/man*/*
installManPage dist/cli/man/*
installShellCompletion --cmd owmods \
dist/cli/completions/owmods.{bash,fish,zsh}
'';