This commit is contained in:
waalge 2023-09-27 19:06:32 +00:00
parent 1bcc9e8524
commit 5f1d437b29
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