add bash completion
This commit is contained in:
parent
2d9b0f77b3
commit
cbf64a2e14
2 changed files with 17 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
src = self;
|
||||
installPhase = ''
|
||||
install -m 755 -D gra $out/bin/gra
|
||||
install -m 644 -D gra_completion.bash $out/share/bash-completion/completions/gra
|
||||
'';
|
||||
};
|
||||
default = self.packages.${system}.gra;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue