bazel: fix bash completion
This commit is contained in:
parent
c388cecf45
commit
9c406336f1
1 changed files with 1 additions and 0 deletions
|
@ -245,6 +245,7 @@ stdenv.mkDerivation rec {
|
|||
scripts/generate_bash_completion.sh \
|
||||
--bazel=./output/bazel \
|
||||
--output=output/bazel-complete.bash \
|
||||
--prepend=scripts/bazel-complete-header.bash \
|
||||
--prepend=scripts/bazel-complete-template.bash
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue