mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
kubetail: install completions
This commit is contained in:
parent
54737e329b
commit
6a0f0cce63
@ -12,7 +12,10 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
install -Dm755 kubetail $out/bin/kubetail
|
install -Dm755 kubetail "$out/bin/kubetail"
|
||||||
|
install -Dm755 completion/kubetail.bash "$out/share/bash-completion/completions/kubetail"
|
||||||
|
install -Dm755 completion/kubetail.fish "$out/share/fish/vendor_completions.d/kubetail.fish"
|
||||||
|
install -Dm755 completion/kubetail.zsh "$out/share/zsh/site-functions/_kubetail"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user