This commit is contained in:
waalge 2023-09-27 19:06:32 +00:00 committed by Lucas
parent 3fc469b7c7
commit b4837c7ee6
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@
cargoLock.lockFile = ./Cargo.lock;
GIT_COMMIT_HASH_SHORT = self.rev or "dirty"; # or self.dirtyRev;
postInstall = ''
mkdir -p $out/share/zsh/site-functions
$out/bin/aiken completion zsh > $out/share/zsh/site-functions/_aiken