lux-cli: add missing hook to install shell files (#433416)

This commit is contained in:
Austin Horstman
2025-08-13 11:26:30 -05:00
committed by GitHub
+5
View File
@@ -70,6 +70,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargo xtask dist-completions
'';
postInstall = ''
installManPage target/dist/lx.1
installShellCompletion target/dist/lx.{bash,fish} --zsh target/dist/_lx
'';
meta = {
description = "Luxurious package manager for Lua";
longDescription = ''