yazi-unwrapped: add nushell completions

build was generating completions for nushell, but they were left unused
This commit is contained in:
mochie~!
2025-11-13 07:54:15 +01:00
parent 036c353955
commit 7964ad3209

View File

@@ -25,6 +25,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
postInstall = ''
installShellCompletion --cmd yazi \
--nushell ./yazi-boot/completions/yazi.nu \
--bash ./yazi-boot/completions/yazi.bash \
--fish ./yazi-boot/completions/yazi.fish \
--zsh ./yazi-boot/completions/_yazi