bazel: add fish completions

bazel 3.3 adds a first version of completions for fish shell.

Tested manually whether fish is able to load the completions.
This commit is contained in:
Profpatsch 2020-07-13 14:17:10 +02:00
parent 2ba87b6e79
commit a06fda4c5d

View file

@ -513,6 +513,9 @@ stdenv.mkDerivation rec {
install -Dm644 \
./bazel_src/scripts/zsh_completion/_bazel \
$out/share/zsh/site-functions/_bazel
install -Dm644 \
./bazel_src/scripts/fish/completions/bazel.fish \
$out/share/fish/vendor_completions.d/bazel.fish
'';
doInstallCheck = true;