add bash completion

This commit is contained in:
Denis Lehmann 2024-07-17 22:38:14 +02:00
parent 2d9b0f77b3
commit cbf64a2e14
2 changed files with 17 additions and 0 deletions

View file

@ -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;