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:
parent
2ba87b6e79
commit
a06fda4c5d
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue