lux-cli: install all man pages

This commit is contained in:
Marc Jakobi
2026-07-09 01:49:44 +02:00
parent d6464bfafb
commit e06abad661
+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
'';