add completion

This commit is contained in:
Denis Lehmann 2023-09-27 12:23:46 +02:00
parent 03818ff10e
commit 6e78419971
4 changed files with 26 additions and 1 deletions

View file

@ -17,6 +17,7 @@
src = self;
installPhase = ''
install -m 755 -D gis $out/bin/gis
install -m 644 -D gis_completion.bash $out/share/bash-completion/completions/gis
'';
};
default = self.packages.${system}.gis;