fortify: zsh completion
All checks were successful
test / test (push) Successful in 22s

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
2024-11-20 01:25:19 +09:00
parent de0d78daae
commit 30b8bce90a
2 changed files with 53 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ buildGoModule rec {
nativeBuildInputs = [ makeBinaryWrapper ];
postInstall = ''
install -D --target-directory=$out/share/zsh/site-functions comp/*
mkdir "$out/libexec"
mv "$out"/bin/* "$out/libexec/"