lux-cli: install all man pages (#539752)

This commit is contained in:
Marc Jakobi
2026-07-10 11:39:37 +00:00
committed by GitHub
+1 -1
View File
@@ -74,7 +74,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
'';
postInstall = ''
installManPage target/dist/lx.1
installManPage target/dist/*.1
installShellCompletion target/dist/lx.{bash,fish} --zsh target/dist/_lx
'';